GC_words_allocd   197 gc/alloc.c         result = (signed_word)GC_words_allocd
GC_words_allocd   200 gc/alloc.c         if (result > (signed_word)GC_words_allocd) {
GC_words_allocd   201 gc/alloc.c             result = GC_words_allocd;
GC_words_allocd   214 gc/alloc.c         if (result < (signed_word)(GC_words_allocd >> 3)) {
GC_words_allocd   219 gc/alloc.c             return(GC_words_allocd >> 3);
GC_words_allocd   288 gc/alloc.c     	   	  (long)WORDS_TO_BYTES(GC_words_allocd));
GC_words_allocd   355 gc/alloc.c     	   (long)WORDS_TO_BYTES(GC_words_allocd));
GC_words_allocd   502 gc/alloc.c     	   	   (unsigned long) WORDS_TO_BYTES(GC_words_allocd),
GC_words_allocd   744 gc/alloc.c           GC_words_allocd_before_gc += GC_words_allocd;
GC_words_allocd   746 gc/alloc.c           GC_words_allocd = 0;
GC_words_allocd   935 gc/alloc.c     	           (unsigned long)WORDS_TO_BYTES(GC_words_allocd));
GC_words_allocd  1008 gc/alloc.c     	((GC_dont_expand && GC_words_allocd > 0) || GC_should_collect())) {
GC_words_allocd   167 gc/gcj_mlc.c               GC_words_allocd += lw;
GC_words_allocd   238 gc/gcj_mlc.c           GC_words_allocd += lw;
GC_words_allocd   301 gc/gcj_mlc.c               GC_words_allocd += lw;
GC_words_allocd    59 gc/include/gc_inl.h         GC_words_allocd += (n);	\
GC_words_allocd    81 gc/include/gc_inl.h         GC_words_allocd += (n);	\
GC_words_allocd   101 gc/include/gc_inl.h         GC_words_allocd += 2;	\
GC_words_allocd  1109 gc/include/private/gc_priv.h   word GC_words_allocd;
GC_words_allocd   156 gc/malloc.c        GC_words_allocd += lw;
GC_words_allocd   176 gc/malloc.c        GC_words_allocd += lw;
GC_words_allocd   219 gc/malloc.c    	GC_words_allocd += lw;
GC_words_allocd   266 gc/malloc.c            GC_words_allocd += lw;
GC_words_allocd   307 gc/malloc.c            GC_words_allocd += lw;
GC_words_allocd   212 gc/mallocx.c       GC_words_allocd += lw;
GC_words_allocd   250 gc/mallocx.c       GC_words_allocd += n;
GC_words_allocd   286 gc/mallocx.c       GC_words_allocd += lw;
GC_words_allocd   407 gc/mallocx.c   		    GC_words_allocd += my_words_allocd_tmp;
GC_words_allocd   446 gc/mallocx.c   	        GC_words_allocd += my_words_allocd;
GC_words_allocd   478 gc/mallocx.c   	GC_words_allocd += my_words_allocd;
GC_words_allocd   486 gc/mallocx.c   	  GC_words_allocd += BYTES_TO_WORDS(HBLKSIZE)
GC_words_allocd   562 gc/mallocx.c               GC_words_allocd += lw;
GC_words_allocd   664 gc/mallocx.c               GC_words_allocd += lw;
GC_words_allocd  1417 gc/mark.c          GC_trace_buf[GC_trace_buf_ptr].words_allocd = GC_words_allocd;
GC_words_allocd   352 gc/misc.c              GC_words_allocd_at_reset = GC_words_allocd;
GC_words_allocd   367 gc/misc.c          } else if (WORDS_TO_BYTES(GC_words_allocd - GC_words_allocd_at_reset)
GC_words_allocd   373 gc/misc.c          	GC_words_allocd_at_reset = GC_words_allocd;
GC_words_allocd   461 gc/misc.c          return ((size_t) WORDS_TO_BYTES(GC_words_allocd));
GC_words_allocd   466 gc/misc.c          return ((size_t) WORDS_TO_BYTES(GC_words_allocd+GC_words_allocd_before_gc));
GC_words_allocd   776 gc/misc.c              GC_ASSERT(GC_words_allocd == 0)
GC_words_allocd   833 gc/misc.c          if (GC_words_allocd > 0) {
GC_words_allocd  2046 gc/os_dep.c    	if (GC_words_allocd > 0) {
GC_words_allocd  3114 gc/os_dep.c        if (GC_words_allocd != 0 || GC_words_allocd_before_gc != 0) {
GC_words_allocd  3121 gc/os_dep.c    	    	      		(GC_words_allocd + GC_words_allocd_before_gc));
GC_words_allocd   220 gc/stubborn.c          GC_words_allocd += lw;
GC_words_allocd  1430 gc/tests/test.c     	           WORDS_TO_BYTES(GC_words_allocd + GC_words_allocd_before_gc));
GC_words_allocd  1433 gc/tests/test.c     if (WORDS_TO_BYTES(GC_words_allocd + GC_words_allocd_before_gc)
GC_words_allocd   661 gc/typd_mlc.c              GC_words_allocd += lw;
GC_words_allocd   705 gc/typd_mlc.c              GC_words_allocd += lw;
GC_words_allocd   770 gc/typd_mlc.c              GC_words_allocd += lw;