pointer           118 gc/include/gc_allocator.h   pointer address(reference GC_x) const { return &GC_x; }
pointer           131 gc/include/gc_allocator.h   void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n)
pointer           137 gc/include/gc_allocator.h   void construct(pointer __p, const GC_Tp& __val) { new(__p) GC_Tp(__val); }
pointer           138 gc/include/gc_allocator.h   void destroy(pointer __p) { __p->~GC_Tp(); }
pointer           197 gc/include/gc_allocator.h   pointer address(reference GC_x) const { return &GC_x; }
pointer           207 gc/include/gc_allocator.h   void deallocate(pointer __p, size_type GC_ATTR_UNUSED GC_n)
pointer           213 gc/include/gc_allocator.h   void construct(pointer __p, const GC_Tp& __val) { new(__p) GC_Tp(__val); }
pointer           214 gc/include/gc_allocator.h   void destroy(pointer __p) { __p->~GC_Tp(); }
pointer           196 gc/mach_dep.c                ; skip a5 (globals), a6 (frame pointer), and a7 (stack pointer)