void _Workspace_Free(void *block)
Frees memory to the workspace.
Inlined Routines in the Core Message Handler.
void(* free_message_buffers)(void *)
This member contains the optional message buffer storage area free handler.
void * _Workspace_Allocate(size_t size)
Allocates a memory block of the specified size from the workspace.
Control block used to manage each message queue.
void * _CORE_message_queue_Workspace_allocate(CORE_message_queue_Control *the_message_queue, size_t size, const void *arg)
This handler allocates the message buffer storage area for a message queue from the RTEMS Workspace...
Information Related to the RAM Workspace.