github.com/kelleygo/clashcore@v1.0.2/common/pool/sing.go (about)

     1  package pool
     2  
     3  import "github.com/sagernet/sing/common/buf"
     4  
     5  func init() {
     6  	buf.DefaultAllocator = defaultAllocator
     7  }