The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
IAllocator.alignedReallocate
std
experimental
allocator
IAllocator
Reallocates a memory block with specified alignment.
interface
IAllocator
nothrow
bool
alignedReallocate
(
ref
void
[]
b
,
size_t
size
,
uint
alignment
)
Meta
Source
See Implementation
std
experimental
allocator
IAllocator
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
decRef
empty
expand
goodAllocSize
incRef
owns
reallocate
resolveInternalPointer
properties
alignment
Reallocates a memory block with specified alignment.