func runtime.arenaIndex
18 uses
runtime (current package)
malloc.go#L651: } else if arenaIndex(p+n-1) >= 1<malloc.go#L711: } else if arenaIndex(p) >= 1<malloc.go#L713: } else if arenaIndex(p+size-1) >= 1<malloc.go#L733: for ri := arenaIndex(uintptr(v)); ri <= arenaIndex(uintptr(v)+size-1); ri++ {
mbitmap.go#L310: arena := arenaIndex(addr)
mbitmap.go#L969: if arenaIndex(x+size-1) != arenaIdx(h.arena) || (doubleCheck && fastrand()%2 == 0) {
mcheckmark.go#L89: ai := arenaIndex(obj)
mheap.go#L563: func arenaIndex(p uintptr) arenaIdx {
mheap.go#L637: ri := arenaIndex(p)
mheap.go#L667: ai := arenaIndex(p)
mheap.go#L693: ai := arenaIndex(p)
mheap.go#L950: ai := arenaIndex(base)
mheap.go#L955: ai = arenaIndex(base + n*pageSize)
mheap.go#L974: ai := arenaIndex(base)
mheap.go#L1659: ai := arenaIndex(s.base())
mheap.go#L1667: ai := arenaIndex(s.base())
mpagealloc.go#L547: ai := arenaIndex(addr.addr())
![]() |
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. |