liballoc-c

C generic allocator interface
git clone https://git.sinitax.com/sinitax/liballoc-c
Log | Files | Refs | LICENSE | sfeed.txt

liballoc.lds (120B)


      1LIBALLOC_2.1 {
      2	global:
      3		strict_allocator_init;
      4		stdlib_heap_allocator;
      5		stdlib_strict_heap_allocator;
      6	local: *;
      7};