Mallocator

C stdlib allocator using malloc and free.

struct Mallocator {
pragma(inline) nothrow @nogc
enum uint alignment;
}