RTEMS CPU Kit with SuperCore  4.11.3
Functions
heapresizeblock.c File Reference

Heap Handler implementation. More...

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

Functions

Heap_Resize_status _Heap_Resize_block (Heap_Control *heap, void *alloc_begin_ptr, uintptr_t new_alloc_size, uintptr_t *old_size, uintptr_t *new_size)
 Resizes the block of the allocated memory area starting at addr. More...
 

Detailed Description

Heap Handler implementation.