Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HeapMarked (0.13 sec)

  1. src/runtime/mgcpacer.go

    	// that is scannable.
    	globalsScan atomic.Uint64
    
    	// heapMarked is the number of bytes marked by the previous
    	// GC. After mark termination, heapLive == heapMarked, but
    	// unlike heapLive, heapMarked does not change until the
    	// next mark termination.
    	heapMarked uint64
    
    	// heapScanWork is the total heap scan work performed this cycle.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
Back to top