|
RTEMS CPU Kit with SuperCore
4.11.3
|
Protection for all memory allocations and deallocations in RTEMS. More...
|
Variables | |
| SCORE_EXTERN API_Mutex_Control * | _RTEMS_Allocator_Mutex |
| Memory allocation mutex. More... | |
| SCORE_EXTERN API_Mutex_Control * | _Once_Mutex |
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.
| 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.
1.8.13