37 #ifndef _RTEMS_SCORE_WKSPACEDATA_H 38 #define _RTEMS_SCORE_WKSPACEDATA_H struct Heap_Control * _Workspace_Malloc_initialize_unified(void)
Initializes the C Program Heap so that it is unified with the RTEMS Workspace.
struct Heap_Control *(*const _Workspace_Malloc_initializer)(void)
This constant provides the C Program Heap initialization handler.
const bool _Workspace_Is_unified
Indicates if the workspace and C program heap are unified.
Control block used to manage a heap.
This header file provides basic definitions used by the API and the implementation.
struct Heap_Control * _Workspace_Malloc_initialize_separate(void)
Initializes the C Program Heap separated from the RTEMS Workspace.
const uintptr_t _Workspace_Size
The workspace size in bytes.