RTEMS  5.1
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. More...
 

Detailed Description

Heap Handler implementation.