//
pkg.gl
Category
github.com/delphit430/v2ray-core
common
alloc
package
0.14.5
Repository:
https://github.com/delphit430/v2ray-core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
0
Files
107 SLOC
#
Functions
NewBuffer
NewBuffer creates a Buffer with 8K bytes of arbitrary content.
NewLargeBuffer
NewLargeBuffer creates a Buffer with 64K bytes of arbitrary content.
NewSmallBuffer
NewSmallBuffer creates a Buffer with 1K bytes of arbitrary content.
#
Structs
Buffer
Buffer is a recyclable allocation of a byte array.