|
HAllocator
A Simple C++ Memory Allocator
|
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::Block | explicit |
| Block(Block &&other) | hh::halloc::Block | |
| deallocate(void *ptr, std::size_t bytes) | hh::halloc::Block | |
| get_head() const | hh::halloc::Block | inline |
| get_size() const | hh::halloc::Block | inline |
| log_block_state(std::ofstream &logfile) const | hh::halloc::Block | inline |
| operator=(Block &&other) | hh::halloc::Block | |
| ~Block() | hh::halloc::Block |