RTEMS CPU Kit with SuperCore  4.11.2
Functions
heapextend.c File Reference

Heap Handler implementation. More...

#include <rtems/system.h>
#include <rtems/score/heapimpl.h>
Include dependency graph for heapextend.c:

Functions

uintptr_t _Heap_Extend (Heap_Control *heap, void *extend_area_begin_ptr, uintptr_t extend_area_size, uintptr_t unused)
 Extends the memory available for the heap heap using the memory area starting at area_begin of size area_size bytes. More...
 

Detailed Description

Heap Handler implementation.