summaryrefslogtreecommitdiffstats
path: root/lib/liballoc/liballoc.lds
blob: 07e5fca0949bd831a9af98d0cffee41219a11200 (plain) (blame)
1
2
3
4
5
6
7
LIBALLOC_2.1 {
	global:
		strict_allocator_init;
		stdlib_heap_allocator;
		stdlib_strict_heap_allocator;
	local: *;
};