//
pkg.gl
Category
github.com/Shadowsocks-NET/v2ray-go/v4
common
bytespool
package
4.0.0-20220713033532-960decf99bb7
Repository:
https://github.com/shadowsocks-net/v2ray-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
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.