IMemManager

Memory manager interface.

Members

Functions

create
ubyte[] create(size_t dimension)

Allocates a buffer of the specified dimension.

destroy
void destroy(ubyte[] buffer)

Explicit deallocation

dtor
void dtor(ubyte[] buffer)

Destructor compatible deallocation

Meta