Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for needIdxLimit (0.17 sec)

  1. src/runtime/mpagealloc_64bit.go

    		needIdxBase, needIdxLimit := addrRangeToSummaryRange(l, makeAddrRange(base, limit))
    
    		// Update the summary slices with a new upper-bound. This ensures
    		// we get tight bounds checks on at least the top bound.
    		//
    		// We must do this regardless of whether we map new memory.
    		if needIdxLimit > len(p.summary[l]) {
    			p.summary[l] = p.summary[l][:needIdxLimit]
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 03 11:00:10 UTC 2024
    - 9.3K bytes
    - Viewed (0)
Back to top