RTEMS
5.0.0
|
#include <rtems.h>
#include <rtems/malloc.h>
#include <rtems/score/apimutex.h>
#include <rtems/score/heapimpl.h>
#include <rtems/score/sysstate.h>
Functions | |
void * | rtems_cache_coherent_allocate (size_t size, uintptr_t alignment, uintptr_t boundary) |
Allocates a memory area of size size bytes from cache coherent memory. More... | |
void | rtems_cache_coherent_free (void *ptr) |
Frees memory allocated by rtems_cache_coherent_allocate(). More... | |
void | rtems_cache_coherent_add_area (void *area_begin, uintptr_t area_size) |
Adds a cache coherent memory area to the cache coherent allocator. More... | |