IMemManager.create

Allocates a buffer of the specified dimension.

interface IMemManager
ubyte[]
create
(
size_t dimension
)

Parameters

dimension size_t

bytes to allocate

Return Value

Type: ubyte[]

new buffer

Meta