RTEMS 6.1-rc5
Loading...
Searching...
No Matches
Macros | Functions
heapallocate.c File Reference

This source file contains the implementation of _Heap_Allocate_aligned_with_boundary(). 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.
 

Detailed Description

This source file contains the implementation of _Heap_Allocate_aligned_with_boundary().