Home
last modified time | relevance | path

Searched defs:consistentHeapStats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmstats.go723 type consistentHeapStats struct { struct
745 stats [3]heapStatsDelta
749 gen atomic.Uint32
756 noPLock mutex
776 func (m *consistentHeapStats) acquire() *heapStatsDelta {
805 func (m *consistentHeapStats) release() {
822 func (m *consistentHeapStats) unsafeRead(out *heapStatsDelta) {
834 func (m *consistentHeapStats) unsafeClear() {
849 func (m *consistentHeapStats) read(out *heapStatsDelta) {