runtime.mstats.heapStats (field)
23 uses
runtime (current package)
mcache.go#L177: stats := memstats.heapStats.acquire()
mcache.go#L179: memstats.heapStats.release()
mcache.go#L228: stats := memstats.heapStats.acquire()
mcache.go#L231: memstats.heapStats.release()
mcache.go#L262: stats := memstats.heapStats.acquire()
mcache.go#L264: memstats.heapStats.release()
metrics.go#L328: memstats.heapStats.read(&a.heapStatsDelta)
mgcscavenge.go#L736: stats := memstats.heapStats.acquire()
mgcscavenge.go#L739: memstats.heapStats.release()
mgcsweep.go#L506: stats := memstats.heapStats.acquire()
mgcsweep.go#L508: memstats.heapStats.release()
mgcsweep.go#L553: stats := memstats.heapStats.acquire()
mgcsweep.go#L556: memstats.heapStats.release()
mheap.go#L1283: stats := memstats.heapStats.acquire()
mheap.go#L1296: memstats.heapStats.release()
mheap.go#L1376: stats := memstats.heapStats.acquire()
mheap.go#L1378: memstats.heapStats.release()
mheap.go#L1474: stats := memstats.heapStats.acquire()
mheap.go#L1485: memstats.heapStats.release()
mstats.go#L159: heapStats consistentHeapStats
mstats.go#L450: if offset := unsafe.Offsetof(memstats.heapStats); offset%8 != 0 {
mstats.go#L635: memstats.heapStats.unsafeRead(&consStats)
proc.go#L619: lockInit(&memstats.heapStats.noPLock, lockRankLeafRank)
![]() |
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. |