RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
heapextend.c File Reference

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.
 

Detailed Description

This source file contains the implementation of _Heap_Extend().