GC_malloc_heap_list 1233 gc/os_dep.c      struct GC_malloc_heap_list {
GC_malloc_heap_list 1235 gc/os_dep.c        struct GC_malloc_heap_list *next;
GC_malloc_heap_list 1242 gc/os_dep.c        struct GC_malloc_heap_list *q = GC_malloc_heap_l;
GC_malloc_heap_list 1265 gc/os_dep.c        struct GC_malloc_heap_list *new_l =
GC_malloc_heap_list 1266 gc/os_dep.c                     malloc(sizeof(struct GC_malloc_heap_list));