RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
heapresizeblock.c File Reference

This source file contains the implementation of _Heap_Resize_block(). More...

#include <rtems/score/heapimpl.h>

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.
 

Detailed Description

This source file contains the implementation of _Heap_Resize_block().