stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
AlignedMallocator.alignedAllocate
stdx
allocator
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 static
void
[]
alignedAllocate
()
(
size_t
bytes
,
uint
a
)
void
[]
alignedAllocate
(size_t bytes, uint a)
Meta
Source
See Implementation
stdx
allocator
mallocator
AlignedMallocator
static functions
alignedAllocate
alignedReallocate
allocate
deallocate
reallocate
variables
alignment
instance
Uses posix_memalign on Posix and __aligned_malloc on Windows.