//
pkg.gl
Category
github.com/delphit430/v2ray-core
common
bytespool
package
3.50.2+incompatible
Repository:
https://github.com/delphit430/v2ray-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
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.