phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
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.