Searched refs:maskgcbits (Results 1 – 1 of 1) sorted by relevance
67 #define maskgcbits (maskcolors | AGEBITS) macro824 curr->marked = cast_byte((marked & ~maskgcbits) | white); in sweeplist()1103 int marked = curr->marked & ~maskgcbits; /* erase GC bits */ in sweepgen()1126 p->marked = cast_byte((p->marked & ~maskgcbits) | white); in whitelist()