Searched defs:mheap (Results 1 – 1 of 1) sorted by relevance
61 type mheap struct { struct62 _ sys.NotInHeap66 lock mutex68 pages pageAlloc // page allocation data structure70 sweepgen uint32 // sweep generation, see comment in mspan; written during STW83 allspans []*mspan // all spans out there103 pagesInUse atomic.Uintptr // pages of spans in stats mSpanInUse104 pagesSwept atomic.Uint64 // pages swept this cycle105 pagesSweptBasis atomic.Uint64 // pagesSwept to use as the origin of the sweep ratio106 …value of gcController.heapLive to use as the origin of sweep ratio; written with lock, read without[all …]