stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
ISharedAllocator.alignedReallocate
stdx
allocator
ISharedAllocator
Reallocates a memory block with specified alignment.
interface
ISharedAllocator
shared
bool
alignedReallocate
(
ref
void
[]
b
,
size_t
size
,
uint
alignment
)
Meta
Source
See Implementation
stdx
allocator
ISharedAllocator
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
empty
expand
goodAllocSize
owns
reallocate
resolveInternalPointer
properties
alignment
Reallocates a memory block with specified alignment.