RTEMS  5.1
Functions
workspace.c File Reference

RTEMS Workspace Support. More...

#include <rtems/score/wkspace.h>
#include <rtems/score/protectedheap.h>
#include <rtems/score/interr.h>
#include <rtems/config.h>
#include <rtems/rtems/support.h>
#include <string.h>

Functions

bool rtems_workspace_get_information (Heap_Information_block *the_info)
 Gets Workspace Information. More...
 
bool rtems_workspace_allocate (size_t bytes, void **pointer)
 Allocates Memory from the Workspace. More...
 
bool rtems_workspace_free (void *pointer)
 Frees Memory Allocated from the Workspace. More...
 

Detailed Description

RTEMS Workspace Support.