var testMemStatsCount … func TestMemStats(t *testing.T) { … } func TestStringConcatenationAllocs(t *testing.T) { … } func TestTinyAlloc(t *testing.T) { … } type obj12 … func TestTinyAllocIssue37262(t *testing.T) { … } func TestPageCacheLeak(t *testing.T) { … } func TestPhysicalMemoryUtilization(t *testing.T) { … } func TestScavengedBitsCleared(t *testing.T) { … } type acLink … var arenaCollisionSink … func TestArenaCollision(t *testing.T) { … } func BenchmarkMalloc8(b *testing.B) { … } func BenchmarkMalloc16(b *testing.B) { … } func BenchmarkMallocTypeInfo8(b *testing.B) { … } func BenchmarkMallocTypeInfo16(b *testing.B) { … } type LargeStruct … func BenchmarkMallocLargeStruct(b *testing.B) { … } var n … func BenchmarkGoroutineSelect(b *testing.B) { … } func BenchmarkGoroutineBlocking(b *testing.B) { … } func BenchmarkGoroutineForRange(b *testing.B) { … } func benchHelper(b *testing.B, n int, read func(chan struct{ … } func BenchmarkGoroutineIdle(b *testing.B) { … }