runtime.mstats.buckhash_sys (field)
7 uses
runtime (current package)
mbitmap.go#L1553: x := (*[1 << 30]byte)(persistentalloc(n+1, 1, &memstats.buckhash_sys))[:n+1]
metrics.go#L364: a.buckHashSys = memstats.buckhash_sys.load()
mprof.go#L173: b := (*bucket)(persistentalloc(size, 0, &memstats.buckhash_sys))
mprof.go#L207: buckhash = (*[buckHashSize]*bucket)(sysAlloc(unsafe.Sizeof(*buckhash), &memstats.buckhash_sys))
mstats.go#L53: buckhash_sys sysMemStat // profiling bucket hash table
mstats.go#L520: stats.BuckHashSys = memstats.buckhash_sys.load()
mstats.go#L615: memstats.mcache_sys.load() + memstats.buckhash_sys.load() + memstats.gcMiscSys.load() +
 |
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. |