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.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |