go/src/runtime/pprof/protomem_test.go

func TestConvertMemProfile(t *testing.T) {}

func genericAllocFunc[T interface{}

func profileToStrings(p *profile.Profile) []string {}

func sampleToString(s *profile.Sample) string {}

func locationToStrings(loc *profile.Location, funcs []string) []string {}

// This is a regression test for https://go.dev/issue/64528 .
func TestGenericsHashKeyInPprofBuilder(t *testing.T) {}

type opAlloc

type opCall

var sink

func storeAlloc() {}

func nonRecursiveGenericAllocFunction[CurrentOp any, OtherOp any](alloc bool) {}

func TestGenericsInlineLocations(t *testing.T) {}