Structure representing a free block in QP::QMPool. More...
#include "qmpool.hpp"
Private Attributes | |
QFreeBlock * | m_next |
std::uintptr_t | m_next_dis |
Friends | |
class | QMPool |
Structure representing a free block in QP::QMPool.
Definition at line 77 of file qmpool.hpp.
|
friend |
Definition at line 84 of file qmpool.hpp.
|
private |
Link to the next memory block
Definition at line 79 of file qmpool.hpp.
|
private |
Duplicate inverse storage for the next
pointer (QP FuSa Subsystem)
Definition at line 82 of file qmpool.hpp.