IMemManager.destroy

Explicit deallocation

Note that it is up to the user of classes which implement this interface to ensure that the buffer passed was in fact allocated by the same instance.

interface IMemManager
void
destroy
(
ubyte[] buffer
)

Parameters

buffer ubyte[]

buffer to deallocate

Meta