Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sysFreeOS (0.24 sec)

  1. src/runtime/export_test.go

    		for l := 0; l < summaryLevels; l++ {
    			sysFreeOS(unsafe.Pointer(&p.summary[l][0]), uintptr(cap(p.summary[l]))*pallocSumBytes)
    		}
    	} else {
    		resSize := uintptr(0)
    		for _, s := range p.summary {
    			resSize += uintptr(cap(s)) * pallocSumBytes
    		}
    		sysFreeOS(unsafe.Pointer(&p.summary[0][0]), alignUp(resSize, physPageSize))
    	}
    
    	// Free extra data structures.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top