GC_n              123 gc/include/gc_allocator.h   GC_Tp* allocate(size_type GC_n, const void* = 0) {
GC_n              126 gc/include/gc_allocator.h 	    (GC_selective_alloc(GC_n * sizeof(GC_Tp),
GC_n              131 gc/include/gc_allocator.h   void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n)
GC_n              202 gc/include/gc_allocator.h   GC_Tp* allocate(size_type GC_n, const void* = 0) {
GC_n              203 gc/include/gc_allocator.h     return static_cast<GC_Tp*>(GC_MALLOC_UNCOLLECTABLE(GC_n * sizeof(GC_Tp)));
GC_n              207 gc/include/gc_allocator.h   void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n)