RTEMS CPU Kit with SuperCore  4.11.3
Variables
RTEMS Allocator Mutex

Protection for all memory allocations and deallocations in RTEMS. More...

Collaboration diagram for RTEMS Allocator Mutex:

Variables

SCORE_EXTERN API_Mutex_Control_RTEMS_Allocator_Mutex
 Memory allocation mutex. More...
 
SCORE_EXTERN API_Mutex_Control_Once_Mutex
 

Detailed Description

Protection for all memory allocations and deallocations in RTEMS.

When the APIs all use this for allocation and deallocation protection, then this possibly should be renamed and moved to a higher level in the hierarchy.

Variable Documentation

◆ _RTEMS_Allocator_Mutex

SCORE_EXTERN API_Mutex_Control* _RTEMS_Allocator_Mutex

Memory allocation mutex.

This points to the API Mutex instance used to ensure that only one thread at a time is allocating or freeing memory.