NuHeap.free

Frees memory from the heap. Note: Only memory owned by the heap may be freed by it.

class NuHeap
@nogc abstract
void
free
()

Parameters

allocation void*

The allocation to free.

Meta