RTEMS 6.1-rc1
Macros | Functions
heapfree.c File Reference

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

#include <rtems/score/heapimpl.h>
#include <rtems/score/threaddispatch.h>

Macros

#define _Heap_Protection_determine_block_free(heap, block)   true
 

Functions

bool _Heap_Free (Heap_Control *heap, void *alloc_begin_ptr)
 Frees the allocated memory area. More...
 

Detailed Description

This source file contains the implementation of _Heap_Free().