RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Functions
stackimpl.h File Reference

This header file provides interfaces of the Stack Handler which are only used by the implementation. More...

#include <rtems/score/stack.h>
#include <rtems/score/context.h>
#include <rtems/score/tls.h>

Go to the source code of this file.

Functions

void * _Stack_Allocate (size_t stack_size)
 Allocate the requested stack space.
 
void _Stack_Free (void *stack_area)
 Free the stack area allocated by _Stack_Allocate().
 

Detailed Description

This header file provides interfaces of the Stack Handler which are only used by the implementation.