The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
AlignedMallocator.allocate
std
experimental
allocator
mallocator
AlignedMallocator
Forwards to
alignedAllocate
(
bytes
,
platformAlignment
)
.
struct
AlignedMallocator
@
trusted
@
nogc
nothrow shared
void
[]
allocate
(
size_t
bytes
)
Meta
Source
See Implementation
std
experimental
allocator
mallocator
AlignedMallocator
functions
alignedAllocate
alignedReallocate
allocate
deallocate
reallocate
static variables
instance
variables
alignment
Forwards to alignedAllocate(bytes, platformAlignment).