phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
CSharedAllocatorImpl.expand
std
experimental
allocator
CSharedAllocatorImpl
Returns
impl.expand
(
b
,
s
)
if defined,
false
otherwise.
class
CSharedAllocatorImpl
(Allocator, Flag!"indirect" indirect = No.indirect)
nothrow override shared
bool
expand
(
ref
void
[]
b
,
size_t
s
)
Meta
Source
See Implementation
std
experimental
allocator
CSharedAllocatorImpl
constructors
this
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
deallocate
deallocateAll
empty
expand
goodAllocSize
impl
owns
reallocate
properties
alignment
Returns impl.expand(b, s) if defined, false otherwise.