SYMBOL INDEX (23 symbols across 1 files) FILE: gc.c type Header (line 24) | typedef struct header { type GC_Heap (line 30) | typedef struct gc_heap { function Header (line 54) | static Header * function Header (line 81) | static Header * function mini_gc_free (line 137) | void type root_range (line 180) | struct root_range { type root_range (line 188) | struct root_range function GC_Heap (line 194) | static GC_Heap * function Header (line 214) | static Header * function gc_init (line 229) | void function set_stack_end (line 241) | static void function gc_mark (line 255) | static void function gc_mark_range (line 275) | static void function gc_mark_register (line 285) | static void function gc_mark_stack (line 297) | static void function gc_sweep (line 309) | static void function add_roots (line 331) | void function garbage_collect (line 350) | void function test_mini_gc_malloc_free (line 373) | static void function test_garbage_collect (line 402) | static void function test_garbage_collect_load_test (line 411) | static void function test (line 422) | static void function main (line 432) | int