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

Go to the source code of this file.

Functions

void btmemr_init ()
 
voidbtmemr_malloc (u32 size)
 
void btmemr_free (void *ptr)
 
voidbtmemr_realloc (void *ptr, u32 newsize)
 
voidbtmemr_reallocm (void *ptr, u32 newsize)
 

Function Documentation

◆ btmemr_free()

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

◆ btmemr_init()

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

◆ btmemr_malloc()

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

◆ btmemr_realloc()

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

◆ btmemr_reallocm()

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