The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ScopedAllocator.expand
std
experimental
allocator
building_blocks
scoped_allocator
ScopedAllocator
Forwards to
parent.expand
(
b
,
delta
)
.
struct
ScopedAllocator
(ParentAllocator)
static if
(
hasMember!(Allocator, "expand")
)
bool
expand
(
ref
void
[]
b
,
size_t
delta
)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
scoped_allocator
ScopedAllocator
destructors
~this
functions
allocate
deallocate
deallocateAll
empty
expand
goodAllocSize
owns
reallocate
manifest constants
alignment
postblits
this(this)
variables
parent
Forwards to parent.expand(b, delta).