nu_free

Frees allocated memory.

export extern (C) @nogc nothrow @system pure
@weak
void
nu_free
(
void* data
)

Parameters

data void*

Pointer to start of memory prior allocated.

Notes: Given the implementation of the allocators and nu_free may be independent of the libc allocator, memory allocated with numem functions should always be freed with nu_free!

Meta