Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/utils
u8
BufferPool
Class BufferPool
Pool for buffer allocations, as seen in
Node.js
Index
Constructors
constructor
Properties
size
Methods
alloc
Constructors
constructor
new
BufferPool
(
size
:
number
)
:
BufferPool
Parameters
size
:
number
Returns
BufferPool
Properties
Readonly
size
size
:
number
Methods
alloc
alloc
(
size
:
number
)
:
Uint8Array
Parameters
size
:
number
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
size
Methods
alloc
Documentation - v0.0.7
Loading...
Pool for buffer allocations, as seen in Node.js