| 
    ChibiOS
    0.0.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 77 of file chmempools.h.
| semaphore_t guarded_memory_pool_t::sem | 
Counter semaphore guarding the memory pool.
Definition at line 78 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 80 of file chmempools.h.
Referenced by chGuardedPoolAllocI(), chGuardedPoolAllocTimeoutS(), chGuardedPoolFreeI(), chGuardedPoolLoadArray(), and chGuardedPoolObjectInitAligned().