RTEMS  5.0.0
Functions
heapextend.c File Reference

Heap Handler implementation. 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 heap using the memory area starting at area_begin of size area_size bytes. More...
 

Detailed Description

Heap Handler implementation.