ChibiOS  21.6.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 77 of file chmempools.h.

Field Documentation

◆ sem

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(), chGuardedPoolGetCounterI(), and chGuardedPoolObjectInitAligned().

◆ pool

memory_pool_t guarded_memory_pool_t::pool