RTEMS
5.0.0
|
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 a memory area of size size bytes from the heap heap. More... | |
Heap Handler implementation.