func runtime.chunkBase
10 uses
runtime (current package)
mgcscavenge.go#L629: work.limit = offAddr{chunkBase(maxChunk)}
mgcscavenge.go#L695: work.limit = offAddr{chunkBase(candidateChunkIdx)}
mgcscavenge.go#L716: addr := chunkBase(ci) + uintptr(base)*pageSize
mpagealloc.go#L106: func chunkBase(ci chunkIdx) uintptr {
mpagealloc.go#L782: addr := chunkBase(ci) + uintptr(j)*pageSize
mpagealloc.go#L786: searchAddr := chunkBase(ci) + uintptr(searchIdx)*pageSize
mpagealloc.go#L787: foundFree(offAddr{searchAddr}, chunkBase(ci+1)-searchAddr)
mpagealloc.go#L825: addr = chunkBase(i) + uintptr(j)*pageSize
mpagealloc.go#L826: searchAddr = offAddr{chunkBase(i) + uintptr(searchIdx)*pageSize}
mpagecache.go#L134: base: chunkBase(ci) + alignDown(uintptr(j), 64)*pageSize,
![]() |
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. |