ptr_free_allocate  191 gc/include/gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  259 gc/include/gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  310 gc/include/gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  322 gc/include/gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  342 gc/include/gc_alloc.h 			 (T*) alloc::ptr_free_allocate(n * sizeof (T)); } \
ptr_free_allocate  344 gc/include/gc_alloc.h 	{ return (T*) alloc::ptr_free_allocate(sizeof (T)); } \
ptr_free_allocate  206 gc/include/new_gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  274 gc/include/new_gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  325 gc/include/new_gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  337 gc/include/new_gc_alloc.h      	static void * ptr_free_allocate(size_t n)
ptr_free_allocate  355 gc/include/new_gc_alloc.h 			 reinterpret_cast<T*>(alloc::ptr_free_allocate(n * sizeof (T))); } \
ptr_free_allocate  357 gc/include/new_gc_alloc.h 	{ return reinterpret_cast<T*>(alloc::ptr_free_allocate(sizeof (T))); } \