The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
AlignedMallocator.deallocate
std
experimental
allocator
mallocator
AlignedMallocator
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
Source
See Implementation
std
experimental
allocator
mallocator
AlignedMallocator
functions
alignedAllocate
alignedReallocate
allocate
deallocate
reallocate
static variables
instance
variables
alignment
Calls free(b.ptr) on Posix and __aligned_free(b.ptr) on Windows.