RTEMS
|
Constants defined by the application configuration for the idle threads. More...
#include <rtems/score/basedefs.h>
Go to the source code of this file.
Functions | |
struct Heap_Control * | _Workspace_Malloc_initialize_separate (void) |
Initializes the C Program Heap separated from the RTEMS Workspace. More... | |
struct Heap_Control * | _Workspace_Malloc_initialize_unified (void) |
Initializes the C Program Heap so that it is unified with the RTEMS Workspace. More... | |
Variables | |
const uintptr_t | _Workspace_Size |
The workspace size in bytes. More... | |
const bool | _Workspace_Is_unified |
Indicates if the workspace and C program heap are unified. More... | |
struct Heap_Control *(*const | _Workspace_Malloc_initializer )(void) |
This constant provides the C Program Heap initialization handler. More... | |
Constants defined by the application configuration for the idle threads.
Definition in file wkspacedata.h.