type runtime.addrRanges
12 uses
runtime (current package)
mpagealloc.go#L261: inUse addrRanges
mpagealloc.go#L269: inUse addrRanges
mranges.go#L154: type addrRanges struct {
mranges.go#L166: func (a *addrRanges) init(sysStat *sysMemStat) {
mranges.go#L177: func (a *addrRanges) findSucc(addr uintptr) int {
mranges.go#L222: func (a *addrRanges) findAddrGreaterEqual(addr uintptr) (uintptr, bool) {
mranges.go#L237: func (a *addrRanges) contains(addr uintptr) bool {
mranges.go#L248: func (a *addrRanges) add(r addrRange) {
mranges.go#L314: func (a *addrRanges) removeLast(nBytes uintptr) addrRange {
mranges.go#L333: func (a *addrRanges) removeGreaterEqual(addr uintptr) {
mranges.go#L361: func (a *addrRanges) cloneInto(b *addrRanges) {
![]() |
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. |