deallocate         58 gc/include/gc_alloc.h     static void deallocate(T *p, size_t n)
deallocate         59 gc/include/gc_alloc.h                 { if (0 != n) alloc::deallocate(p, n * sizeof (T)); }
deallocate         60 gc/include/gc_alloc.h     static void deallocate(T *p)
deallocate         61 gc/include/gc_alloc.h                 { alloc::deallocate(p, sizeof (T)); }
deallocate        206 gc/include/gc_alloc.h 	static void deallocate(void *p, size_t n)
deallocate        274 gc/include/gc_alloc.h 	static void deallocate(void *p, size_t n)
deallocate        312 gc/include/gc_alloc.h 	static void deallocate(void *, size_t) { }
deallocate        324 gc/include/gc_alloc.h 	static void deallocate(void *p, size_t) { GC_free(p); }
deallocate        345 gc/include/gc_alloc.h     static void deallocate(T *p, size_t n) \
deallocate        347 gc/include/gc_alloc.h     static void deallocate(T *p) \
deallocate        131 gc/include/gc_allocator.h   void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n)
deallocate        207 gc/include/gc_allocator.h   void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n)
deallocate        221 gc/include/new_gc_alloc.h 	static void deallocate(void *p, size_t n)
deallocate        289 gc/include/new_gc_alloc.h 	static void deallocate(void *p, size_t n)
deallocate        327 gc/include/new_gc_alloc.h 	static void deallocate(void *, size_t) { }
deallocate        339 gc/include/new_gc_alloc.h 	static void deallocate(void *p, size_t) { GC_free(p); }
deallocate        358 gc/include/new_gc_alloc.h     static void deallocate(T *p, size_t n) \
deallocate        360 gc/include/new_gc_alloc.h     static void deallocate(T *p) \