GC_STATIC_ASSERT  997 gc/dbg_mlc.c           GC_STATIC_ASSERT((sizeof(oh) & (2 * sizeof(word) - 1)) == 0);
GC_STATIC_ASSERT  999 gc/dbg_mlc.c           GC_STATIC_ASSERT((sizeof(oh) & (sizeof(word) - 1)) == 0);
GC_STATIC_ASSERT  692 gc/misc.c          GC_STATIC_ASSERT(sizeof (ptr_t) == sizeof(word));
GC_STATIC_ASSERT  693 gc/misc.c          GC_STATIC_ASSERT(sizeof (signed_word) == sizeof(word));
GC_STATIC_ASSERT  694 gc/misc.c          GC_STATIC_ASSERT(sizeof (struct hblk) == HBLKSIZE);