RTEMS
|
Heap Handler implementation. More...
#include <rtems/score/heapimpl.h>
Go to the source code of this file.
Macros | |
#define | _Heap_Protection_free_delayed_blocks(heap, alloc_begin) false |
#define | _Heap_Check_allocation(h, b, ab, as, ag, bd) ((void) 0) |
Functions | |
static uintptr_t | _Heap_Check_block (const Heap_Control *heap, const Heap_Block *block, uintptr_t alloc_size, uintptr_t alignment, uintptr_t boundary) |
void * | _Heap_Allocate_aligned_with_boundary (Heap_Control *heap, uintptr_t alloc_size, uintptr_t alignment, uintptr_t boundary) |
Allocates an aligned memory area with boundary constraint. More... | |
Heap Handler implementation.
Definition in file heapallocate.c.