GC_scratch_alloc   90 gc/blacklst.c      			 GC_scratch_alloc((word)(sizeof (page_hash_table)));
GC_scratch_alloc   91 gc/blacklst.c        GC_incomplete_normal_bl = (word *)GC_scratch_alloc
GC_scratch_alloc  100 gc/blacklst.c      GC_old_stack_bl = (word *)GC_scratch_alloc((word)(sizeof(page_hash_table)));
GC_scratch_alloc  101 gc/blacklst.c      GC_incomplete_stack_bl = (word *)GC_scratch_alloc
GC_scratch_alloc  619 gc/dyn_load.c          addr_map = (prmap_t *)GC_scratch_alloc((word)
GC_scratch_alloc  103 gc/headers.c           return(GC_scratch_alloc(bytes));
GC_scratch_alloc  115 gc/headers.c           result = (hdr *) GC_scratch_alloc((word)(sizeof(hdr)));
GC_scratch_alloc  141 gc/headers.c       GC_all_nils = (bottom_index *)GC_scratch_alloc((word)sizeof(bottom_index));
GC_scratch_alloc  170 gc/headers.c         r = (bottom_index*)GC_scratch_alloc((word)(sizeof (bottom_index)));
GC_scratch_alloc  177 gc/headers.c         r = (bottom_index*)GC_scratch_alloc((word)(sizeof (bottom_index)));
GC_scratch_alloc 1502 gc/include/private/gc_priv.h ptr_t GC_scratch_alloc GC_PROTO((word bytes));
GC_scratch_alloc   29 gc/malloc.c        		GC_scratch_alloc((MAXOBJSZ+1) * sizeof(struct hblk *));
GC_scratch_alloc 1138 gc/mark.c          mse * new_stack = (mse *)GC_scratch_alloc(n * sizeof(struct GC_ms_entry));
GC_scratch_alloc   34 gc/obj_map.c           GC_invalid_map = (map_entry_type *)GC_scratch_alloc(MAP_SIZE);
GC_scratch_alloc  115 gc/obj_map.c       new_map = (map_entry_type *)GC_scratch_alloc(MAP_SIZE);
GC_scratch_alloc  218 gc/os_dep.c    	      maps_buf = GC_scratch_alloc(maps_buf_sz);
GC_scratch_alloc 3135 gc/os_dep.c        GC_proc_buf = GC_scratch_alloc(GC_proc_buf_size);
GC_scratch_alloc 3138 gc/os_dep.c    	  GC_scratch_alloc(MAX_FRESH_PAGES * sizeof (struct hblk *));
GC_scratch_alloc 3184 gc/os_dep.c                char * new_buf = GC_scratch_alloc(new_size);
GC_scratch_alloc  197 gc/solaris_threads.c     oldmem = mem = GC_scratch_alloc(required_bytes);
GC_scratch_alloc  477 gc/solaris_threads.c         base = (ptr_t) GC_scratch_alloc(search_sz + 2*GC_page_size);