platform-independent memory pool QP::QMPool interface. More...

Go to the source code of this file.
Data Structures | |
| class | QMPool |
| Native QF memory pool class. More... | |
Namespaces | |
| QP | |
| namespace associated with the QP/C++ framework | |
Macros | |
| #define | QF_MPOOL_EL(type_) struct { void *sto_[((sizeof(type_) - 1U)/sizeof(void*)) + 1U]; } |
| Memory pool element to allocate correctly aligned storage for QP::QMPool. More... | |
Typedefs | |
| using | QMPoolSize = std::uint8_t |
| using | QMPoolCtr = std::uint8_t |
platform-independent memory pool QP::QMPool interface.
Definition in file qmpool.hpp.
| #define QF_MPOOL_EL | ( | type_ | ) | struct { void *sto_[((sizeof(type_) - 1U)/sizeof(void*)) + 1U]; } |
Memory pool element to allocate correctly aligned storage for QP::QMPool.
Definition at line 176 of file qmpool.hpp.