GC_objfreelist_ptr   71 gc/include/gc_alloc.h     extern void ** const GC_objfreelist_ptr;
GC_objfreelist_ptr  183 gc/include/gc_alloc.h 	    flh = GC_objfreelist_ptr + nwords;
GC_objfreelist_ptr  214 gc/include/gc_alloc.h 	        flh = GC_objfreelist_ptr + nwords;
GC_objfreelist_ptr   86 gc/include/new_gc_alloc.h     extern void ** const GC_objfreelist_ptr;
GC_objfreelist_ptr  198 gc/include/new_gc_alloc.h 	    flh = GC_objfreelist_ptr + nwords;
GC_objfreelist_ptr  229 gc/include/new_gc_alloc.h 	        flh = GC_objfreelist_ptr + nwords;
GC_objfreelist_ptr   34 gc/mallocx.c   ptr_t * GC_CONST GC_objfreelist_ptr = GC_objfreelist;