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