HAllocator
A Simple C++ Memory Allocator
Loading...
Searching...
No Matches
hh::halloc::Block Member List

This is the complete list of members for hh::halloc::Block, including all inherited members.

allocate(std::size_t bytes, MemoryNode *node)hh::halloc::Block
best_fit(std::size_t bytes)hh::halloc::Block
Block()hh::halloc::Block
Block(std::size_t bytes)hh::halloc::Blockexplicit
Block(Block &&other)hh::halloc::Block
deallocate(void *ptr, std::size_t bytes)hh::halloc::Block
get_head() consthh::halloc::Blockinline
get_size() consthh::halloc::Blockinline
log_block_state(std::ofstream &logfile) consthh::halloc::Blockinline
operator=(Block &&other)hh::halloc::Block
~Block()hh::halloc::Block