mi__posix_memalign

mi prefixed implementations of various posix, unix, and C++ allocation functions

extern (C) @nogc pure @system nothrow
int
mi__posix_memalign
(
void** p
,
size_t alignment
,
size_t size
)

Meta