runtime.pageAlloc.find (method)
3 uses
runtime (current package)
mpagealloc.go#L578: func (p *pageAlloc) find(npages uintptr) (uintptr, offAddr) {
mpagealloc.go#L832: addr, searchAddr = p.find(npages)
mpagecache.go#L141: addr, _ := p.find(1)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)