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

Go to the source code of this file.

Functions

void memr_init ()
 
voidmemr_malloc (u32 size)
 
void memr_free (void *ptr)
 
voidmemr_realloc (void *ptr, u32 newsize)
 
voidmemr_reallocm (void *ptr, u32 newsize)
 

Function Documentation

◆ memr_free()

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

◆ memr_init()

void memr_init ( )
Here is the caller graph for this function:

◆ memr_malloc()

void* memr_malloc ( u32  size)
Here is the caller graph for this function:

◆ memr_realloc()

void* memr_realloc ( void ptr,
u32  newsize 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ memr_reallocm()

void* memr_reallocm ( void ptr,
u32  newsize 
)
Here is the call graph for this function: