mi_heap_set_default

Set the default heap to use for mi_malloc() et al.

extern (C) @nogc pure @system nothrow
mi_heap_set_default

Parameters

heap mi_heap_t*

The new default heap.

Return Value

Type: mi_heap_t*

The previous default heap.

Meta