Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AllScavenged (0.09 sec)

  1. src/runtime/mgcscavenge_test.go

    	for m := uintptr(1); m <= 64; m *= 2 {
    		suffix := fmt.Sprintf("Min%d", m)
    		tests["AllFree"+suffix] = test{
    			min:  m,
    			max:  PallocChunkPages,
    			want: BitRange{0, PallocChunkPages},
    		}
    		tests["AllScavenged"+suffix] = test{
    			scavenged: []BitRange{{0, PallocChunkPages}},
    			min:       m,
    			max:       PallocChunkPages,
    			want:      BitRange{0, 0},
    		}
    		tests["NoneFree"+suffix] = test{
    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