stdx-allocator ~master (2019-07-16T13:47:43Z)
Dub
Repo
FallbackAllocator.alignedReallocate
stdx
allocator
building_blocks
fallback_allocator
FallbackAllocator
Undocumented in source. Be warned that the author may not have intended to support it.
struct
FallbackAllocator
(Primary, Fallback)
static if
(
__traits(hasMember, Primary, "owns") && (__traits(hasMember, Primary, "alignedAllocate") || __traits(hasMember, Fallback, "alignedAllocate"))
)
bool
alignedReallocate
(
ref
void
[]
b
,
size_t
newSize
,
uint
a
)
Meta
Source
See Implementation
stdx
allocator
building_blocks
fallback_allocator
FallbackAllocator
functions
alignedAllocate
alignedReallocate
allocate
deallocate
empty
expand
owns
reallocate
resolveInternalPointer
variables
alignment
fallback
instance
primary