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