ptr_to_struct_containing_descr  139 gc/gcj_mlc.c   void * GC_gcj_malloc(size_t lb, void * ptr_to_struct_containing_descr)
ptr_to_struct_containing_descr  169 gc/gcj_mlc.c   	*(void **)op = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  180 gc/gcj_mlc.c   	*(void **)op = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  188 gc/gcj_mlc.c   GC_PTR GC_debug_gcj_malloc(size_t lb, void * ptr_to_struct_containing_descr,
ptr_to_struct_containing_descr  202 gc/gcj_mlc.c   		       (unsigned long) ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr  207 gc/gcj_mlc.c       *((void **)((ptr_t)result + sizeof(oh))) = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  219 gc/gcj_mlc.c   void * GC_gcj_fast_malloc(size_t lw, void * ptr_to_struct_containing_descr)
ptr_to_struct_containing_descr  240 gc/gcj_mlc.c       *(void **)op = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  247 gc/gcj_mlc.c   				void * ptr_to_struct_containing_descr,
ptr_to_struct_containing_descr  263 gc/gcj_mlc.c   		       (unsigned long) ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr  268 gc/gcj_mlc.c       *((void **)((ptr_t)result + sizeof(oh))) = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  278 gc/gcj_mlc.c   				     void * ptr_to_struct_containing_descr)
ptr_to_struct_containing_descr  303 gc/gcj_mlc.c   	*(void **)op = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  310 gc/gcj_mlc.c             *(void **)op = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr   67 gc/include/gc_gcj.h extern void * GC_gcj_malloc(size_t lb, void * ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr   71 gc/include/gc_gcj.h 				  void * ptr_to_struct_containing_descr,
ptr_to_struct_containing_descr   81 gc/include/gc_gcj.h 				 void * ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr   83 gc/include/gc_gcj.h 				 void * ptr_to_struct_containing_descr,
ptr_to_struct_containing_descr   89 gc/include/gc_gcj.h 				void * ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr   60 gc/include/gc_local_alloc.h 			     void * ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr  354 gc/pthread_support.c 			   void * ptr_to_struct_containing_descr)
ptr_to_struct_containing_descr  358 gc/pthread_support.c         return GC_gcj_malloc(bytes, ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr  380 gc/pthread_support.c 	    *(void * volatile *)result = ptr_to_struct_containing_descr;
ptr_to_struct_containing_descr  386 gc/pthread_support.c             return GC_gcj_malloc(bytes, ptr_to_struct_containing_descr);
ptr_to_struct_containing_descr  390 gc/pthread_support.c 	    return GC_local_gcj_malloc(bytes, ptr_to_struct_containing_descr);