runtime.consistentHeapStats.acquire (method)
10 uses
runtime (current package)
mcache.go#L177: stats := memstats.heapStats.acquire()
mcache.go#L228: stats := memstats.heapStats.acquire()
mcache.go#L262: stats := memstats.heapStats.acquire()
mgcscavenge.go#L736: stats := memstats.heapStats.acquire()
mgcsweep.go#L506: stats := memstats.heapStats.acquire()
mgcsweep.go#L553: stats := memstats.heapStats.acquire()
mheap.go#L1283: stats := memstats.heapStats.acquire()
mheap.go#L1376: stats := memstats.heapStats.acquire()
mheap.go#L1474: stats := memstats.heapStats.acquire()
mstats.go#L862: func (m *consistentHeapStats) acquire() *heapStatsDelta {
![]() |
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. |