Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmheap.go61 type mheap struct { struct
62 _ sys.NotInHeap
66 lock mutex
68 pages pageAlloc // page allocation data structure
70 sweepgen uint32 // sweep generation, see comment in mspan; written during STW
83 allspans []*mspan // all spans out there
103 pagesInUse atomic.Uintptr // pages of spans in stats mSpanInUse
104 pagesSwept atomic.Uint64 // pages swept this cycle
105 pagesSweptBasis atomic.Uint64 // pagesSwept to use as the origin of the sweep ratio
106 …value of gcController.heapLive to use as the origin of sweep ratio; written with lock, read without
[all …]