hdr_cache          97 gc/include/private/gc_hdrs.h 	hdr_cache_entry hdr_cache[HDR_CACHE_SIZE]
hdr_cache          99 gc/include/private/gc_hdrs.h # define INIT_HDR_CACHE BZERO(hdr_cache, sizeof(hdr_cache));
hdr_cache         101 gc/include/private/gc_hdrs.h # define HCE(h) hdr_cache + (((word)(h) >> LOG_HBLKSIZE) & (HDR_CACHE_SIZE-1))