RTEMS  5.1
Functions
RTEMS Allocator Mutex

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

Functions

void _RTEMS_Lock_allocator (void)
 
void _RTEMS_Unlock_allocator (void)
 
bool _RTEMS_Allocator_is_owner (void)
 

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.