ChibiOS/RT  5.1.0
guarded_memory_pool_t Struct Reference

Guarded memory pool descriptor. More...

#include <chmempools.h>

Collaboration diagram for guarded_memory_pool_t:
Collaboration graph

Data Fields

semaphore_t sem
 Counter semaphore guarding the memory pool. More...
 
memory_pool_t pool
 The memory pool itself. More...
 

Detailed Description

Guarded memory pool descriptor.

Definition at line 81 of file chmempools.h.

Field Documentation

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