![]() |
RTEMS 6.1-rc7
|
This header file provides interfaces of the Workspace Handler which are only used by the implementation. More...
#include <rtems/score/heap.h>
Go to the source code of this file.
Functions | |
void | _Workspace_Handler_initialization (void) |
Initializes the workspace handler. | |
void * | _Workspace_Allocate (size_t size) |
Allocates a memory block of the specified size from the workspace. | |
void | _Workspace_Free (void *block) |
Frees memory to the workspace. | |
char * | _Workspace_String_duplicate (const char *string, size_t len) |
Duplicates string with memory from the workspace. | |
Variables | |
Heap_Control | _Workspace_Area |
Executive workspace control. | |
This header file provides interfaces of the Workspace Handler which are only used by the implementation.