GC_bytes_per_word   90 gc/include/gc_alloc.h enum { GC_bytes_per_word = sizeof(char *) };
GC_bytes_per_word   94 gc/include/gc_alloc.h enum { GC_word_alignment = GC_byte_alignment/GC_bytes_per_word };
GC_bytes_per_word  150 gc/include/gc_alloc.h                 GC_bytes_per_word * GC_uncollectable_words_recently_allocd;
GC_bytes_per_word  155 gc/include/gc_alloc.h                 GC_bytes_per_word * GC_uncollectable_mem_recently_freed;
GC_bytes_per_word  216 gc/include/gc_alloc.h 		memset((char *)p + GC_bytes_per_word, 0,
GC_bytes_per_word  217 gc/include/gc_alloc.h 		       GC_bytes_per_word * (nwords - 1));
GC_bytes_per_word  105 gc/include/new_gc_alloc.h enum { GC_bytes_per_word = sizeof(char *) };
GC_bytes_per_word  109 gc/include/new_gc_alloc.h enum { GC_word_alignment = GC_byte_alignment/GC_bytes_per_word };
GC_bytes_per_word  165 gc/include/new_gc_alloc.h                 GC_bytes_per_word * GC_uncollectable_words_recently_allocd;
GC_bytes_per_word  170 gc/include/new_gc_alloc.h                 GC_bytes_per_word * GC_uncollectable_mem_recently_freed;
GC_bytes_per_word  231 gc/include/new_gc_alloc.h 		memset(reinterpret_cast<char *>(p) + GC_bytes_per_word, 0,
GC_bytes_per_word  232 gc/include/new_gc_alloc.h 		       GC_bytes_per_word * (nwords - 1));