runtime.heapStatsDelta.inPtrScalarBits (field)
9 uses
runtime (current package)
metrics.go#L145: in.heapStats.inPtrScalarBits)
metrics.go#L208: out.scalar = uint64(in.heapStats.inWorkBufs+in.heapStats.inPtrScalarBits) + in.sysStats.gcMiscSys
mheap.go#L1292: atomic.Xaddint64(&stats.inPtrScalarBits, int64(nbytes))
mheap.go#L1481: atomic.Xaddint64(&stats.inPtrScalarBits, -int64(nbytes))
mstats.go#L669: memstats.gcProgPtrScalarBitsInUse = uint64(consStats.inPtrScalarBits)
mstats.go#L697: consRetained := uint64(consStats.committed - consStats.inStacks - consStats.inWorkBufs - consStats.inPtrScalarBits)
mstats.go#L773: inPtrScalarBits int64 // byte delta of memory reserved for unrolled GC prog bits
mstats.go#L795: a.inPtrScalarBits += b.inPtrScalarBits
 |
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. |