The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
ScopedAllocator.reallocate
std
experimental
allocator
building_blocks
scoped_allocator
ScopedAllocator
Reallocates
b
to new size
s
.
struct
ScopedAllocator
(ParentAllocator)
bool
reallocate
(
ref
void
[]
b
,
size_t
s
)
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
Reallocates b to new size s.