traceable_allocator  175 gc/include/gc_allocator.h class traceable_allocator {
traceable_allocator  186 gc/include/gc_allocator.h     typedef traceable_allocator<GC_Tp1> other;
traceable_allocator  189 gc/include/gc_allocator.h   traceable_allocator() throw() {}
traceable_allocator  191 gc/include/gc_allocator.h     traceable_allocator(const traceable_allocator&) throw() {}
traceable_allocator  193 gc/include/gc_allocator.h   template <class GC_Tp1> traceable_allocator
traceable_allocator  194 gc/include/gc_allocator.h 	  (const traceable_allocator<GC_Tp1>&) throw() {}
traceable_allocator  195 gc/include/gc_allocator.h   ~traceable_allocator() throw() {}
traceable_allocator  218 gc/include/gc_allocator.h class traceable_allocator<void> {
traceable_allocator  226 gc/include/gc_allocator.h     typedef traceable_allocator<GC_Tp1> other;
traceable_allocator  232 gc/include/gc_allocator.h inline bool operator==(const traceable_allocator<GC_T1>&, const traceable_allocator<GC_T2>&)
traceable_allocator  238 gc/include/gc_allocator.h inline bool operator!=(const traceable_allocator<GC_T1>&, const traceable_allocator<GC_T2>&)
traceable_allocator  205 gc/tests/test_cpp.cc       int **xptr = traceable_allocator<int *>().allocate(1);