aoc-2019-c

Advent of Code 2019 Solutions in C
git clone https://git.sinitax.com/sinitax/aoc-2019-c
Log | Files | Refs | README | 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};