The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
AlignedMallocator.alignedAllocate
std
experimental
allocator
mallocator
AlignedMallocator
Uses
posix_memalign
on Posix and
__aligned_malloc
on Windows.
struct
AlignedMallocator
version(Posix)
@
trusted
@
nogc
nothrow shared
void
[]
alignedAllocate
(
size_t
bytes
,
uint
a
)
Meta
Source
See Implementation
std
experimental
allocator
mallocator
AlignedMallocator
functions
alignedAllocate
alignedReallocate
allocate
deallocate
reallocate
static variables
instance
variables
alignment
Uses posix_memalign on Posix and __aligned_malloc on Windows.