mi_heap_delete

Delete a previously allocated heap.

This will release resources and migrate any still allocated blocks in this heap (efficienty) to the default heap.

If heap is the default heap, the default heap is set to the backing heap.

extern (C) @nogc pure @system nothrow
void
mi_heap_delete

Meta