Qualified C memory management, being pure nothrow @nogc and, when possible, @trusted.
See std.internal.memory for Phobos's way of doing this.
Pure variants of C's memory allocation functions malloc, calloc, and realloc and deallocation function free.
See Source File
Qualified C memory management, being pure nothrow @nogc and, when possible, @trusted.
See std.internal.memory for Phobos's way of doing this.