runtime.heapBits.arena (field)
8 uses
runtime (current package)
mbitmap.go#L115: arena uint32 // Index of heap arena containing bitp
mbitmap.go#L121: var _ = heapBits{arena: (1<mbitmap.go#L322: h.arena = uint32(arena)
mbitmap.go#L440: h.arena++
mbitmap.go#L441: ai := arenaIdx(h.arena)
mbitmap.go#L475: h.arena += 1 + uint32(past/heapArenaBitmapBytes)
mbitmap.go#L476: ai := arenaIdx(h.arena)
mbitmap.go#L969: if arenaIndex(x+size-1) != arenaIdx(h.arena) || (doubleCheck && fastrand()%2 == 0) {
![]() |
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. |