alloc             337 gc/include/gc_alloc.h # define __GC_SPECIALIZE(T,alloc) \
alloc             357 gc/include/gc_alloc.h __GC_SPECIALIZE(char, alloc)
alloc             358 gc/include/gc_alloc.h __GC_SPECIALIZE(int, alloc)
alloc             359 gc/include/gc_alloc.h __GC_SPECIALIZE(unsigned, alloc)
alloc             360 gc/include/gc_alloc.h __GC_SPECIALIZE(float, alloc)
alloc             361 gc/include/gc_alloc.h __GC_SPECIALIZE(double, alloc)
alloc             350 gc/include/new_gc_alloc.h # define __GC_SPECIALIZE(T,alloc) \
alloc             827 src/gauche.h   				   int alloc);
alloc             156 src/list.c     ScmObj *Scm_ListToArray(ScmObj list, int *nelts, ScmObj *store, int alloc)