RTEMS 6.1-rc1
|
This source file contains the implementation of _Heap_Extend(). More...
#include <rtems/score/heapimpl.h>
Functions | |
uintptr_t | _Heap_Extend (Heap_Control *heap, void *extend_area_begin_ptr, uintptr_t extend_area_size, uintptr_t unused RTEMS_UNUSED) |
Extends the memory available for the heap. More... | |
This source file contains the implementation of _Heap_Extend().