RTEMS  5.1
Macros | Functions
heapallocate.c File Reference

Heap Handler implementation. More...

#include <rtems/score/heapimpl.h>

Macros

#define _Heap_Protection_free_delayed_blocks(heap, alloc_begin)   false
 
#define _Heap_Check_allocation(h, b, ab, as, ag, bd)   ((void) 0)
 

Functions

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...
 

Detailed Description

Heap Handler implementation.