github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/convert/pprof/streaming/labels_cache_arenas_disabled.go (about)

     1  //go:build !goexperiment.arenas
     2  
     3  package streaming
     4  
     5  import "github.com/pyroscope-io/pyroscope/pkg/storage/tree"
     6  
     7  func (c *LabelsCache) newCacheEntryA(l Labels) (int, *tree.Tree) {
     8  	return c.newCacheEntry(l)
     9  }