ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
IMemManager.create
ocean
util
container
mem
MemManager
IMemManager
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
Source
See Implementation
ocean
util
container
mem
MemManager
IMemManager
functions
create
destroy
dtor
Allocates a buffer of the specified dimension.