Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for freeMSpanLocked (0.34 sec)

  1. src/runtime/mheap.go

    	}
    	// Pull off the last entry in the cache.
    	s := pp.mspancache.buf[pp.mspancache.len-1]
    	pp.mspancache.len--
    	return s
    }
    
    // freeMSpanLocked free an mspan object.
    //
    // h.lock must be held.
    //
    // freeMSpanLocked must be called on the system stack because
    // its caller holds the heap lock. See mheap for details.
    // Running on the system stack also ensures that we won't
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top