Electroneum
aligned.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * aligned_malloc (size_t bytes, size_t align)
 
void * aligned_realloc (void *ptr, size_t bytes, size_t align)
 
void aligned_free (void *ptr)
 

Function Documentation

◆ aligned_free()

void aligned_free ( void *  ptr)
Here is the caller graph for this function:

◆ aligned_malloc()

void* aligned_malloc ( size_t  bytes,
size_t  align 
)
Here is the caller graph for this function:

◆ aligned_realloc()

void* aligned_realloc ( void *  ptr,
size_t  bytes,
size_t  align 
)
Here is the caller graph for this function: