Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PreserveHugePageMiddle (0.19 sec)

  1. src/runtime/mgcscavenge_test.go

    				want:  BitRange{0, bits + 2},
    			}
    			if 3*bits < PallocChunkPages {
    				// We need at least 3 huge pages in a chunk for this test to make sense.
    				tests["PreserveHugePageMiddle"] = test{
    					alloc: []BitRange{{0, bits - 10}, {2*bits + 10, PallocChunkPages - (2*bits + 10)}},
    					min:   1,
    					max:   12, // Make it so that max would have us try to break the huge page.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top