GC_mem_found      107 gc/alloc.c     extern signed_word GC_mem_found;  /* Number of reclaimed longwords	*/
GC_mem_found      538 gc/alloc.c     	   	  (long)WORDS_TO_BYTES(GC_mem_found));
GC_mem_found      626 gc/alloc.c     	    GC_mem_found -= hhdr -> hb_sz;
GC_mem_found      645 gc/alloc.c             GC_mem_found = 0;
GC_mem_found      714 gc/alloc.c     	          (long)WORDS_TO_BYTES(GC_mem_found));
GC_mem_found      730 gc/alloc.c     	          (long)WORDS_TO_BYTES(GC_mem_found),
GC_mem_found      315 gc/mallocx.c   extern signed_word GC_mem_found;   /* Protected by GC lock.  */
GC_mem_found      432 gc/mallocx.c   		GC_mem_found += my_words_allocd;
GC_mem_found      150 gc/misc.c      extern signed_word GC_mem_found;
GC_mem_found       20 gc/reclaim.c   signed_word GC_mem_found = 0;
GC_mem_found      294 gc/reclaim.c   #   define MEM_FOUND_ADDR , &GC_mem_found
GC_mem_found      778 gc/reclaim.c   	        GC_mem_found += sz;
GC_mem_found      790 gc/reclaim.c               GC_mem_found += BYTES_TO_WORDS(HBLKSIZE);