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

Go to the source code of this file.

Functions

void memoryInitialize (void)
 
void memoryRelease (void)
 
voidMEM2_alloc (unsigned int size, unsigned int align)
 
void MEM2_free (void *ptr)
 
voidMEM1_alloc (unsigned int size, unsigned int align)
 
void MEM1_free (void *ptr)
 
voidMEMBucket_alloc (unsigned int size, unsigned int align)
 
void MEMBucket_free (void *ptr)
 

Function Documentation

◆ MEM1_alloc()

void* MEM1_alloc ( unsigned int  size,
unsigned int  align 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MEM1_free()

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

◆ MEM2_alloc()

void* MEM2_alloc ( unsigned int  size,
unsigned int  align 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MEM2_free()

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

◆ MEMBucket_alloc()

void* MEMBucket_alloc ( unsigned int  size,
unsigned int  align 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ MEMBucket_free()

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

◆ memoryInitialize()

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

◆ memoryRelease()

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