type runtime.consistentHeapStats
7 uses
runtime (current package)
mstats.go#L159: heapStats consistentHeapStats
mstats.go#L816: type consistentHeapStats struct {
mstats.go#L862: func (m *consistentHeapStats) acquire() *heapStatsDelta {
mstats.go#L885: func (m *consistentHeapStats) release() {
mstats.go#L902: func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
mstats.go#L914: func (m *consistentHeapStats) unsafeClear() {
mstats.go#L929: func (m *consistentHeapStats) read(out *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. |