gc_allocator       94 gc/include/gc_allocator.h class gc_allocator {
gc_allocator      105 gc/include/gc_allocator.h     typedef gc_allocator<GC_Tp1> other;
gc_allocator      108 gc/include/gc_allocator.h   gc_allocator()  {}
gc_allocator      113 gc/include/gc_allocator.h     gc_allocator(const gc_allocator&) throw() {}
gc_allocator      115 gc/include/gc_allocator.h   template <class GC_Tp1> gc_allocator(const gc_allocator<GC_Tp1>&) throw() {}
gc_allocator      116 gc/include/gc_allocator.h   ~gc_allocator() throw() {}
gc_allocator      142 gc/include/gc_allocator.h class gc_allocator<void> {
gc_allocator      150 gc/include/gc_allocator.h     typedef gc_allocator<GC_Tp1> other;
gc_allocator      156 gc/include/gc_allocator.h inline bool operator==(const gc_allocator<GC_T1>&, const gc_allocator<GC_T2>&)
gc_allocator      162 gc/include/gc_allocator.h inline bool operator!=(const gc_allocator<GC_T1>&, const gc_allocator<GC_T2>&)
gc_allocator      204 gc/tests/test_cpp.cc       int *x = gc_allocator<int>().allocate(1);