libhmap-c

C hashmap library
git clone https://git.sinitax.com/sinitax/libhmap-c
Log | Files | Refs | Submodules | 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};