RTEMS 6.1-rc1
Functions
pheapallocate.c File Reference

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

#include <rtems/score/protectedheap.h>

Functions

void * _Protected_heap_Allocate_aligned_with_boundary (Heap_Control *heap, uintptr_t size, uintptr_t alignment, uintptr_t boundary)
 Allocates an aligned memory area with boundary constraint for the protected heap. More...
 

Detailed Description

This source file contains the implementation of _Protected_heap_Allocate_aligned_with_boundary().