RTEMS  5.1
Macros | Functions
stackalloc.h File Reference

Task stack initialization, allocation and free functions. More...

#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Macros

#define CONFIGURE_TASK_STACK_ALLOCATOR_INIT   bsp_stack_allocate_init
 Task stack allocator initialization configuration option.
 
#define CONFIGURE_TASK_STACK_ALLOCATOR   bsp_stack_allocate
 Task stack allocator configuration option.
 
#define CONFIGURE_TASK_STACK_DEALLOCATOR   bsp_stack_free
 Task stack deallocator configuration option.
 

Functions

void bsp_stack_allocate_init (size_t stack_space_size)
 Task stack allocator initialization for CONFIGURE_TASK_STACK_ALLOCATOR_INIT.
 
void * bsp_stack_allocate (size_t size)
 Task stack allocator for CONFIGURE_TASK_STACK_ALLOCATOR. More...
 
void bsp_stack_free (void *stack)
 Task stack free function for CONFIGURE_TASK_STACK_DEALLOCATOR.
 

Detailed Description

Task stack initialization, allocation and free functions.