type runtime.gcBits
9 uses
runtime (current package)
mheap.go#L442: allocBits *gcBits
mheap.go#L443: gcmarkBits *gcBits
mheap.go#L1873: type gcBits uint8
mheap.go#L1876: func (b *gcBits) bytep(n uintptr) *uint8 {
mheap.go#L1882: func (b *gcBits) bitp(n uintptr) (bytep *uint8, mask uint8) {
mheap.go#L1899: bits [gcBitsChunkBytes - gcBitsHeaderBytes]gcBits
mheap.go#L1912: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
mheap.go#L1928: func newMarkBits(nelems uintptr) *gcBits {
mheap.go#L1984: func newAllocBits(nelems uintptr) *gcBits {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)