RTEMS 6.1-rc1
Functions
cachealignedalloc.c File Reference

RTEMS Cache Aligned Malloc. More...

#include <rtems.h>
#include <rtems/malloc.h>

Functions

void * rtems_cache_aligned_malloc (size_t nbytes)
 Allocates memory from the C Program Heap which begins at a cache line boundary. More...
 

Detailed Description

RTEMS Cache Aligned Malloc.