ChibiOS/RT
5.1.0
|
Guarded memory pool descriptor. More...
#include <chmempools.h>
Data Fields | |
semaphore_t | sem |
Counter semaphore guarding the memory pool. More... | |
memory_pool_t | pool |
The memory pool itself. More... | |
Guarded memory pool descriptor.
Definition at line 81 of file chmempools.h.
semaphore_t guarded_memory_pool_t::sem |
Counter semaphore guarding the memory pool.
Definition at line 82 of file chmempools.h.
Referenced by chGuardedPoolAllocI(), chGuardedPoolAllocTimeoutS(), chGuardedPoolFreeI(), and chGuardedPoolObjectInitAligned().
memory_pool_t guarded_memory_pool_t::pool |
The memory pool itself.
Definition at line 84 of file chmempools.h.
Referenced by chGuardedPoolAllocI(), chGuardedPoolAllocTimeoutS(), chGuardedPoolFreeI(), chGuardedPoolLoadArray(), and chGuardedPoolObjectInitAligned().