runtime.heapArena.bitmap (field)
10 uses
runtime (current package)
mbitmap.go#L320: h.bitp = &ha.bitmap[(addr/(sys.PtrSize*4))%heapArenaBitmapBytes]
mbitmap.go#L323: h.last = &ha.bitmap[len(ha.bitmap)-1]
mbitmap.go#L453: h.bitp, h.shift = &ha.bitmap[0], 0
mbitmap.go#L454: h.last = &ha.bitmap[len(ha.bitmap)-1]
mbitmap.go#L479: h.bitp = &a.bitmap[past%heapArenaBitmapBytes]
mbitmap.go#L480: h.last = &a.bitmap[len(a.bitmap)-1]
mheap.go#L231: bitmap [heapArenaBitmapBytes]byte
![]() |
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. |