38#ifndef _RTEMS_SCORE_WKSPACE_H
39#define _RTEMS_SCORE_WKSPACE_H
char * _Workspace_String_duplicate(const char *string, size_t len)
Duplicates string with memory from the workspace.
Definition: wkstringduplicate.c:45
void _Workspace_Free(void *block)
Frees memory to the workspace.
Definition: wkspacefree.c:44
void _Workspace_Handler_initialization(void)
Initializes the workspace handler.
Definition: wkspaceinitmulti.c:43
void * _Workspace_Allocate(size_t size)
Allocates a memory block of the specified size from the workspace.
Definition: wkspaceallocate.c:44
Heap_Control _Workspace_Area
Executive workspace control.
Definition: wkspace.c:44
This header file provides interfaces of the Heap Handler which are used by the implementation and the...
Control block used to manage a heap.
Definition: heap.h:339