The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
BitmappedBlock.deallocate
std
experimental
allocator
building_blocks
bitmapped_block
BitmappedBlock
Deallocates a block previously allocated with this allocator.
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
Deallocates a block previously allocated with this allocator.