runtime.addrRanges.totalBytes (field)
10 uses
runtime (current package)
mgcscavenge.go#L482: p.scav.reservationBytes = alignUp(p.inUse.totalBytes, pallocChunkBytes) / scavengeReservationShards
mranges.go#L160: totalBytes uintptr
mranges.go#L172: a.totalBytes = 0
mranges.go#L308: a.totalBytes += r.size()
mranges.go#L323: a.totalBytes -= nBytes
mranges.go#L327: a.totalBytes -= size
mranges.go#L337: a.totalBytes = 0
mranges.go#L356: a.totalBytes -= removed
mranges.go#L370: b.totalBytes = a.totalBytes
![]() |
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. |