runtime.pageAlloc.update (method)
6 uses
runtime (current package)
mpagealloc.go#L406: p.update(base, size/pageSize, true, false)
mpagealloc.go#L417: func (p *pageAlloc) update(base, npages uintptr, contig, alloc bool) {
mpagealloc.go#L532: p.update(base, npages, true, true)
mpagealloc.go#L898: p.update(base, npages, true, false)
mpagecache.go#L103: p.update(c.base, pageCachePages, false, false)
mpagecache.go#L161: p.update(c.base, pageCachePages, false, true)
 |
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. |