//
pkg.gl
Category
github.com/xmplusdev/xray-core
common
bytespool
package
1.8.25
Repository:
https://github.com/xmplusdev/xray-core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
4
Files
49 SLOC
#
Functions
Alloc
Alloc returns a byte slice with at least the given size.
Free
Free puts a byte slice into the internal pool.
GetPool
GetPool returns a sync.Pool that generates bytes array with at least the given size.