RetroArch
Functions
memalign.h File Reference
#include <stddef.h>
#include <retro_common_api.h>
Include dependency graph for memalign.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS voidmemalign_alloc (size_t boundary, size_t size)
 
voidmemalign_alloc_aligned (size_t size)
 
void memalign_free (void *ptr)
 

Function Documentation

◆ memalign_alloc()

RETRO_BEGIN_DECLS void* memalign_alloc ( size_t  boundary,
size_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ memalign_alloc_aligned()

void* memalign_alloc_aligned ( size_t  size)
Here is the call graph for this function:

◆ memalign_free()

void memalign_free ( void ptr)
Here is the call graph for this function:
Here is the caller graph for this function: