func runtime.pageIndexOf
6 uses
runtime (current package)
mgcmark.go#L1436: arena, pageIdx, pageMask := pageIndexOf(span.base())
mgcmark.go#L1524: arena, pageIdx, pageMask := pageIndexOf(span.base())
mheap.go#L692: func pageIndexOf(p uintptr) (arena *heapArena, pageIdx uintptr, pageMask uint8) {
mheap.go#L1313: arena, pageIdx, pageMask := pageIndexOf(s.base())
mheap.go#L1456: arena, pageIdx, pageMask := pageIndexOf(s.base())
mwbbuf.go#L273: arena, pageIdx, pageMask := pageIndexOf(span.base())
 |
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. |