Searched defs:gcBitsHeader (Results 1 – 1 of 1) sorted by relevance
2302 type gcBitsHeader struct { struct2303 free uintptr // free is the index into bits of the next free byte.2304 next uintptr // *gcBits triggers recursive type bug. (issue 14620)