AlignedMallocator.deallocate

Calls free(b.ptr) on Posix and __aligned_free(b.ptr) on Windows.

struct AlignedMallocator
version(Posix)
@system @nogc nothrow shared
bool
deallocate
(
void[] b
)

Meta