RTEMS 6.1-rc1
Functions | Variables
wkspacedata.h File Reference

This header file provides data structures used by the implementation and the Application Configuration to define _Workspace_Size, _Workspace_Is_unified, and _Workspace_Malloc_initializer. 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...
 

Detailed Description

This header file provides data structures used by the implementation and the Application Configuration to define _Workspace_Size, _Workspace_Is_unified, and _Workspace_Malloc_initializer.