GC_uobjfreelist_ptr   73 gc/include/gc_alloc.h     extern void ** const GC_uobjfreelist_ptr;
GC_uobjfreelist_ptr  251 gc/include/gc_alloc.h 	    flh = GC_uobjfreelist_ptr + nwords;
GC_uobjfreelist_ptr  282 gc/include/gc_alloc.h 	        flh = GC_uobjfreelist_ptr + nwords;
GC_uobjfreelist_ptr   88 gc/include/new_gc_alloc.h     extern void ** const GC_uobjfreelist_ptr;
GC_uobjfreelist_ptr  266 gc/include/new_gc_alloc.h 	    flh = GC_uobjfreelist_ptr + nwords;
GC_uobjfreelist_ptr  297 gc/include/new_gc_alloc.h 	        flh = GC_uobjfreelist_ptr + nwords;
GC_uobjfreelist_ptr   36 gc/mallocx.c   ptr_t * GC_CONST GC_uobjfreelist_ptr = GC_uobjfreelist;