RTEMS
5.0.0
|
Stack initialization, allocation and free functions. More...
#include <bsp/stackalloc.h>
#include <rtems.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/wkspace.h>
#include <bsp/linker-symbols.h>
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. | |
Stack initialization, allocation and free functions.