GC_get_heap_size  395 gc/include/gc.h GC_API size_t GC_get_heap_size GC_PROTO((void));
GC_get_heap_size  449 gc/misc.c      size_t GC_get_heap_size GC_PROTO(())
GC_get_heap_size   22 gc/tests/middle.c 	printf("Final heap size is %ld\n", GC_get_heap_size());
GC_get_heap_size 1432 gc/tests/test.c     		     (unsigned long)GC_get_heap_size());
GC_get_heap_size 1442 gc/tests/test.c     if (GC_get_heap_size() > max_heap_sz*n_tests) {
GC_get_heap_size 5783 src/extlib.c                                Scm_MakeIntegerFromUI(GC_get_heap_size())));
GC_get_heap_size  252 src/main.c                     GC_get_heap_size(), GC_get_total_bytes());