RTEMS  5.1
Functions | Variables
wkspace.c File Reference

Workspace Handler Support. More...

#include <rtems/score/wkspace.h>
#include <rtems/score/assert.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/interr.h>
#include <rtems/config.h>
#include <rtems/sysinit.h>

Functions

 RTEMS_SYSINIT_ITEM (_Workspace_Initialize, RTEMS_SYSINIT_WORKSPACE, RTEMS_SYSINIT_ORDER_MIDDLE)
 
void _Workspace_Handler_initialization (const Memory_Information *mem, Heap_Initialization_or_extend_handler extend)
 Initilizes the workspace handler. More...
 
void * _Workspace_Allocate (size_t size)
 Allocates a memory block of the specified size from the workspace. More...
 
void _Workspace_Free (void *block)
 Frees memory to the workspace. More...
 

Variables

Heap_Control _Workspace_Area
 Executive workspace control. More...
 

Detailed Description

Workspace Handler Support.