QP native, platform-independent memory pool QP::QMPool interface. Backward Traceability
More...
Go to the source code of this file.
Classes | |
struct | QP::QFreeBlock |
Structure representing a free block in QP::QMPool. More... | |
class | QP::QMPool |
Native QF Memory Pool. More... | |
Namespaces | |
namespace | QP |
QP/C++ framework. | |
Macros | |
#define | QF_MPOOL_EL(evType_) |
Typedefs | |
using | QP::QMPoolSize = std::uint16_t |
using | QP::QMPoolCtr = std::uint16_t |
QP native, platform-independent memory pool QP::QMPool interface.
Backward Traceability
Definition in file qmpool.hpp.
#define QF_MPOOL_EL | ( | evType_ | ) |
Memory pool element to allocate correctly aligned storage for QMPool class.
[in] | evType_ | event type (name of the subclass of QP::QEvt) |
Backward Traceability
Definition at line 69 of file qmpool.hpp.