QP native, platform-independent memory pool QMPool interface.
More...
Go to the source code of this file.
|
#define | QF_MPOOL_EL(evType_) struct { void *sto_[((sizeof(evType_) - 1U)/sizeof(void*)) + 1U]; } |
|
◆ QF_MPOOL_EL
#define QF_MPOOL_EL |
( |
|
evType_ | ) |
struct { void *sto_[((sizeof(evType_) - 1U)/sizeof(void*)) + 1U]; } |
Memory pool element to allocate correctly aligned storage for QMPool class.
- Parameters
-
[in] | evType_ | event type (name of the subclass of QEvt) |
Definition at line 98 of file qmpool.h.
◆ QMPoolSize
◆ QMPoolCtr