RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Functions
workspace.c File Reference

This source file contains the implementation of rtems_workspace_get_information(), rtems_workspace_allocate(), and rtems_workspace_free(). 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 information about the RTEMS Workspace.
 
bool rtems_workspace_allocate (size_t bytes, void **pointer)
 Allocates a memory area from the RTEMS Workspace.
 
bool rtems_workspace_free (void *pointer)
 Frees the memory area allocated from the RTEMS Workspace.
 

Detailed Description

This source file contains the implementation of rtems_workspace_get_information(), rtems_workspace_allocate(), and rtems_workspace_free().