Monero
Loading...
Searching...
No Matches
Functions
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)

◆ aligned_malloc()

void * aligned_malloc ( size_t bytes,
size_t align )

◆ aligned_realloc()

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