GC_fresh_pages   3087 gc/os_dep.c        struct hblk ** GC_fresh_pages;	/* A direct mapped cache.	*/
GC_fresh_pages   3092 gc/os_dep.c    	GC_fresh_pages[FRESH_PAGE_SLOT(h)] = (h)
GC_fresh_pages   3094 gc/os_dep.c    	(GC_fresh_pages[FRESH_PAGE_SLOT(h)] == (h) && (h) != 0)
GC_fresh_pages   3137 gc/os_dep.c    	GC_fresh_pages = (struct hblk **)
GC_fresh_pages   3139 gc/os_dep.c    	if (GC_fresh_pages == 0) {
GC_fresh_pages   3143 gc/os_dep.c    	BZERO(GC_fresh_pages, MAX_FRESH_PAGES * sizeof (struct hblk *));
GC_fresh_pages   3196 gc/os_dep.c    		    BZERO(GC_fresh_pages,
GC_fresh_pages   3229 gc/os_dep.c    			    if (GC_fresh_pages[slot] == h) {
GC_fresh_pages   3230 gc/os_dep.c    			        GC_fresh_pages[slot] = 0;
GC_fresh_pages   3294 gc/os_dep.c          if (GC_fresh_pages != 0) {