type runtime.heapStatsDelta
12 uses
runtime (current package)
metrics.go#L315: heapStatsDelta
mstats.go#L460: if size := unsafe.Sizeof(heapStatsDelta{}); size%8 != 0 {
mstats.go#L634: var consStats heapStatsDelta
mstats.go#L766: type heapStatsDelta struct {
mstats.go#L789: func (a *heapStatsDelta) merge(b *heapStatsDelta) {
mstats.go#L838: stats [3]heapStatsDelta
mstats.go#L862: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L902: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L918: m.stats[i] = heapStatsDelta{}
mstats.go#L929: func (m *consistentHeapStats) read(out *heapStatsDelta) {
mstats.go#L974: m.stats[prevGen] = 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. |