phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
AlignedMallocator.alignedAllocate
nxt
my_mallocator
AlignedMallocator
Uses
posix_memalign
on Posix and
__aligned_malloc
on Windows.
void
[]
alignedAllocate
(size_t bytes, uint a)
struct
AlignedMallocator
version(Posix)
@
trusted
@
nogc
nothrow shared
void
[]
alignedAllocate
(
size_t
bytes
,
uint
a
)
void
[]
alignedAllocate
(size_t bytes, uint a)
Meta
Source
See Implementation
nxt
my_mallocator
AlignedMallocator
functions
alignedAllocate
alignedReallocate
allocate
deallocate
reallocate
static variables
instance
variables
alignment
Uses posix_memalign on Posix and __aligned_malloc on Windows.