The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BitmappedBlock.reallocate
std
experimental
allocator
building_blocks
bitmapped_block
BitmappedBlock
Reallocates a previously-allocated block. Contractions occur in place.
this
(ubyte[] data)
this
(ubyte[] data, uint blockSize)
this
(size_t capacity)
this
(ParentAllocator parent, size_t capacity)
this
(size_t capacity, uint blockSize)
this
(ParentAllocator parent, size_t capacity, uint blockSize)
Meta
Source
See Implementation
std
experimental
allocator
building_blocks
bitmapped_block
BitmappedBlock
aliases
alignment
blockSize
constructors
this
destructors
~this
functions
alignedAllocate
alignedReallocate
allocate
allocateAll
allocateFresh
deallocate
deallocateAll
empty
expand
goodAllocSize
owns
reallocate
variables
parent
Reallocates a previously-allocated block. Contractions occur in place.