|
RTEMS CPU Kit with SuperCore
|
Workspace Handler Support. More...
#include <rtems/score/wkspace.h>#include <rtems/score/heapimpl.h>#include <rtems/score/interr.h>#include <rtems/score/threadimpl.h>#include <rtems/score/tls.h>#include <rtems/config.h>#include <string.h>
Functions | |
| void | _Workspace_Handler_initialization (Heap_Area *areas, size_t area_count, Heap_Initialization_or_extend_handler extend) |
| Initilize workspace handler. More... | |
| void * | _Workspace_Allocate (size_t size) |
| Allocate memory from workspace. More... | |
| void * | _Workspace_Allocate_aligned (size_t size, size_t alignment) |
| Allocate aligned memory from workspace. More... | |
| void | _Workspace_Free (void *block) |
| Free memory to the workspace. More... | |
| void * | _Workspace_Allocate_or_fatal_error (size_t size) |
| Workspace allocate or fail with fatal error. More... | |
Workspace Handler Support.
1.8.13