runtime.mheap.pagesInUse (field)
4 uses
runtime (current package)
mgc.go#L938: pagesInUse := atomic.Load64(&mheap_.pagesInUse)
mheap.go#L104: pagesInUse uint64 // pages of spans in stats mSpanInUse; updated atomically
mheap.go#L1317: atomic.Xadd64(&h.pagesInUse, int64(npages))
mheap.go#L1453: atomic.Xadd64(&h.pagesInUse, -int64(s.npages))
 |
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. |