Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for Usages (0.08 sec)

  1. src/runtime/proc.go

    			// Safe to call since the world is stopped.
    			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
    		}
    		pp.mspancache.len = 0
    		lock(&mheap_.lock)
    		pp.pcache.flush(&mheap_.pages)
    		unlock(&mheap_.lock)
    	})
    	freemcache(pp.mcache)
    	pp.mcache = nil
    	gfpurge(pp)
    	if raceenabled {
    		if pp.timers.raceCtx != 0 {
    			// The race detector code uses a callback to fetch
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top