Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPageAllocGrow (0.14 sec)

  1. src/runtime/mpagealloc_test.go

    			t.Logf("in chunk %d (mallocBits)", i)
    		}
    		if !checkPallocBits(t, gb.Scavenged(), wb.Scavenged()) {
    			t.Logf("in chunk %d (scavenged)", i)
    		}
    	}
    	// TODO(mknyszek): Verify summaries too?
    }
    
    func TestPageAllocGrow(t *testing.T) {
    	if GOOS == "openbsd" && testing.Short() {
    		t.Skip("skipping because virtual memory is limited; see #36210")
    	}
    	type test struct {
    		chunks []ChunkIdx
    		inUse  []AddrRange
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 32.6K bytes
    - Viewed (0)
Back to top