nxt.qcmeman

Qualified C memory management, being pure nothrow @nogc and, when possible, @trusted.

See std.internal.memory for Phobos's way of doing this.

Members

Functions

pureFree
void pureFree(void* ptr)

Pure variants of C's memory allocation functions malloc, calloc, and realloc and deallocation function free.

Meta