const runtime.arenaL2Bits
6 uses
runtime (current package)
malloc.go#L279: arenaL2Bits = heapAddrBits - logHeapArenaBytes - arenaL1Bits
malloc.go#L283: arenaL1Shift = arenaL2Bits
malloc.go#L288: arenaBits = arenaL1Bits + arenaL2Bits
malloc.go#L737: l2 = (*[1 << arenaL2Bits]*heapArena)(persistentalloc(unsafe.Sizeof(*l2), sys.PtrSize, nil))
mheap.go#L156: arenas [1 << arenaL1Bits]*[1 << arenaL2Bits]*heapArena
mheap.go#L589: return uint(i) & (1<<arenaL2Bits - 1)
 |
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. |