Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prepareForSweep (0.23 sec)

  1. src/runtime/mcache.go

    	// Update heapLive and heapScan.
    	gcController.update(dHeapLive, scanAlloc)
    }
    
    // prepareForSweep flushes c if the system has entered a new sweep phase
    // since c was populated. This must happen between the sweep phase
    // starting and the first allocation from c.
    func (c *mcache) prepareForSweep() {
    	// Alternatively, instead of making sure we do this on every P
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 10K bytes
    - Viewed (0)
Back to top