func checkPageAlloc(t *testing.T, want, got *PageAlloc) { … } func TestPageAllocGrow(t *testing.T) { … } func TestPageAllocAlloc(t *testing.T) { … } func TestPageAllocExhaust(t *testing.T) { … } func TestPageAllocFree(t *testing.T) { … } func TestPageAllocAllocAndFree(t *testing.T) { … }