GC_aux_template   113 gc/include/gc_alloc.h class GC_aux_template {
GC_aux_template   134 gc/include/gc_alloc.h size_t GC_aux_template<dummy>::GC_words_recently_allocd = 0;
GC_aux_template   137 gc/include/gc_alloc.h size_t GC_aux_template<dummy>::GC_uncollectable_words_recently_allocd = 0;
GC_aux_template   140 gc/include/gc_alloc.h size_t GC_aux_template<dummy>::GC_mem_recently_freed = 0;
GC_aux_template   143 gc/include/gc_alloc.h size_t GC_aux_template<dummy>::GC_uncollectable_mem_recently_freed = 0;
GC_aux_template   146 gc/include/gc_alloc.h void * GC_aux_template<dummy>::GC_out_of_line_malloc(size_t nwords, int kind)
GC_aux_template   167 gc/include/gc_alloc.h typedef GC_aux_template<0> GC_aux;
GC_aux_template   128 gc/include/new_gc_alloc.h class GC_aux_template {
GC_aux_template   149 gc/include/new_gc_alloc.h size_t GC_aux_template<dummy>::GC_words_recently_allocd = 0;
GC_aux_template   152 gc/include/new_gc_alloc.h size_t GC_aux_template<dummy>::GC_uncollectable_words_recently_allocd = 0;
GC_aux_template   155 gc/include/new_gc_alloc.h size_t GC_aux_template<dummy>::GC_mem_recently_freed = 0;
GC_aux_template   158 gc/include/new_gc_alloc.h size_t GC_aux_template<dummy>::GC_uncollectable_mem_recently_freed = 0;
GC_aux_template   161 gc/include/new_gc_alloc.h void * GC_aux_template<dummy>::GC_out_of_line_malloc(size_t nwords, int kind)
GC_aux_template   182 gc/include/new_gc_alloc.h typedef GC_aux_template<0> GC_aux;