github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/storage/tree/tree_arenas_disabled.go (about) 1 //go:build !goexperiment.arenas 2 3 package tree 4 5 func (t *Tree) InsertStackA(stack [][]byte, v uint64) { 6 t.InsertStack(stack, v) 7 }