runtime.mstats.gcWorkBufInUse (field)
4 uses
runtime (current package)
mstats.go#L56: gcWorkBufInUse uint64 // computed by updatememstats
mstats.go#L524: stats.GCSys = memstats.gcMiscSys.load() + memstats.gcWorkBufInUse + memstats.gcProgPtrScalarBitsInUse
mstats.go#L668: memstats.gcWorkBufInUse = uint64(consStats.inWorkBufs)
mstats.go#L672: memstats.sys += memstats.stacks_inuse + memstats.gcWorkBufInUse + memstats.gcProgPtrScalarBitsInUse
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)