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 { … }
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) { … }