GC_size            64 gc/blacklst.c      GC_err_printf2("start: 0x%lx, appr. length: %ld", base, GC_size(base));
GC_size            40 gc/dbg_mlc.c       register word sz = GC_size((ptr_t) ohdr);
GC_size           253 gc/dbg_mlc.c       GC_ASSERT(GC_size(p) >= sizeof(oh) + sz);
GC_size           266 gc/dbg_mlc.c         ((word *)p)[BYTES_TO_WORDS(GC_size(p))-1] =
GC_size           287 gc/dbg_mlc.c       GC_ASSERT(GC_size(p) >= sizeof(oh) + sz);
GC_size           300 gc/dbg_mlc.c         ((word *)p)[BYTES_TO_WORDS(GC_size(p))-1] =
GC_size           315 gc/dbg_mlc.c       register word gc_sz = GC_size((ptr_t)ohdr);
GC_size           431 gc/dbg_mlc.c           	       (GC_size((ptr_t)ohdr) - DEBUG_BYTES));
GC_size           795 gc/dbg_mlc.c             if (((oh *)base) -> oh_sz == GC_size(base)) {
GC_size           804 gc/dbg_mlc.c           ((oh *)base) -> oh_sz = GC_size(base);
GC_size           899 gc/dbg_mlc.c         old_sz = GC_size(base) - sizeof(oh);
GC_size           319 gc/include/gc.h GC_API size_t GC_size GC_PROTO((GC_PTR object_addr));
GC_size          1218 gc/tests/test.c       if (GC_size(GC_malloc(7)) != 8 &&
GC_size          1219 gc/tests/test.c 	  GC_size(GC_malloc(7)) != MIN_WORDS * sizeof(GC_word)
GC_size          1220 gc/tests/test.c 	|| GC_size(GC_malloc(15)) != 16) {
GC_size          1225 gc/tests/test.c       if (GC_size(GC_malloc(0)) != MIN_WORDS * sizeof(GC_word)) {
GC_size          1227 gc/tests/test.c 			 GC_size(GC_malloc(0)));
GC_size          1231 gc/tests/test.c       if (GC_size(GC_malloc_uncollectable(0)) != MIN_WORDS * sizeof(GC_word)) {
GC_size           667 gc/typd_mlc.c  	    lw = BYTES_TO_WORDS(GC_size(op));
GC_size           711 gc/typd_mlc.c         lw = BYTES_TO_WORDS(GC_size(op));
GC_size           776 gc/typd_mlc.c         lw = BYTES_TO_WORDS(GC_size(op));
GC_size           761 src/gauche.h       (SCM_PAIRP(obj)&&GC_base(obj)&&GC_size(obj)>=sizeof(ScmExtendedPair))