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

Functions

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

Function Documentation

◆ memalign_alloc()

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: