freeBlock
BlockSuballocator::freeBlock
Removes a block from the BlockSuballocator.
Declaration
void freeBlock(size_t offset, size_t size)
Parameters
Name |
Type |
Description |
---|---|---|
offset |
size_t |
The block’s offset to remove from the BlockSuballocator. |
size |
size_t |
The block’s size to remove from the BlockSuballocator. |
Returns
None.