//
pkg.gl
Category
github.com/basecomplextech/baselibrary
alloc
internal
buffer
package
0.0.0-20241212132234-0076f9e1ccd7
Repository:
https://github.com/basecomplextech/baselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
215 SLOC
#
Functions
Acquire
Acquire returns a new buffer from the pool.
New
New returns a new buffer.
NewSize
NewSize returns a new buffer with a preallocated memory storage.
#
Interfaces
Buffer
Buffer is a byte buffer, which internally allocates memory in blocks.