GC_heapsize       613 gc/allchblk.c  			> (GC_heapsize >> 4))  {
GC_heapsize       172 gc/alloc.c         scan_size = BYTES_TO_WORDS(GC_heapsize - GC_large_free_bytes
GC_heapsize       250 gc/alloc.c     	   || GC_heapsize >= GC_collect_at_heapsize);
GC_heapsize       549 gc/alloc.c           	           (unsigned long) GC_heapsize);
GC_heapsize       731 gc/alloc.c     	          (unsigned long)GC_heapsize);
GC_heapsize       829 gc/alloc.c         GC_heapsize += bytes;
GC_heapsize       848 gc/alloc.c         GC_printf1("Total heap size: %lu\n", (unsigned long) GC_heapsize);
GC_heapsize       917 gc/alloc.c         if (GC_max_heapsize != 0 && GC_heapsize + bytes > GC_max_heapsize) {
GC_heapsize       959 gc/alloc.c     	  && GC_heapsize > 0) {
GC_heapsize       969 gc/alloc.c     	  GC_heapsize + expansion_slop - 2*MAXHINCR*HBLKSIZE;
GC_heapsize       971 gc/alloc.c             if (GC_collect_at_heapsize < GC_heapsize /* wrapped */)
GC_heapsize      1011 gc/alloc.c           word blocks_to_get = GC_heapsize/(HBLKSIZE*GC_free_space_divisor)
GC_heapsize       147 gc/blacklst.c  		HBLKSIZE*(GC_heapsize/GC_total_stack_black_listed);
GC_heapsize       143 gc/checksums.c     GC_printf1("GC_heapsize = %ld\n", GC_heapsize);
GC_heapsize       144 gc/checksums.c     if (GC_bytes_in_used_blocks + bytes_in_free_blocks != GC_heapsize) {
GC_heapsize       138 gc/dbg_mlc.c       if (GC_heapsize > RAND_MAX) {
GC_heapsize       142 gc/dbg_mlc.c       heap_offset %= GC_heapsize;
GC_heapsize      1079 gc/include/private/gc_priv.h #define USED_HEAP_SIZE (GC_heapsize - GC_large_free_bytes)
GC_heapsize       451 gc/misc.c          return ((size_t) GC_heapsize);