RetroArch
Typedefs | Enumerations | Functions
memory.h File Reference
#include <wiiu/types.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.

Typedefs

typedef enum shared_data_type_t shared_data_type_t
 

Enumerations

enum  shared_data_type_t { SHARED_FONT_CHINESE, SHARED_FONT_KOREAN, SHARED_FONT_DEFAULT, SHARED_FONT_TAIWAN }
 

Functions

BOOL OSGetSharedData (shared_data_type_t type, uint32_t flags, void **dst, uint32_t *size)
 
voidOSBlockMove (void *dst, const void *src, uint32_t size, BOOL flush)
 
voidOSBlockSet (void *dst, uint8_t val, uint32_t size)
 
uint32_t OSEffectiveToPhysical (void *vaddr)
 
voidOSAllocFromSystem (uint32_t size, int align)
 
void OSFreeToSystem (void *ptr)
 

Typedef Documentation

◆ shared_data_type_t

Enumeration Type Documentation

◆ shared_data_type_t

Enumerator
SHARED_FONT_CHINESE 
SHARED_FONT_KOREAN 
SHARED_FONT_DEFAULT 
SHARED_FONT_TAIWAN 

Function Documentation

◆ OSAllocFromSystem()

void* OSAllocFromSystem ( uint32_t  size,
int  align 
)

◆ OSBlockMove()

void* OSBlockMove ( void dst,
const void src,
uint32_t  size,
BOOL  flush 
)

◆ OSBlockSet()

void* OSBlockSet ( void dst,
uint8_t  val,
uint32_t  size 
)

◆ OSEffectiveToPhysical()

uint32_t OSEffectiveToPhysical ( void vaddr)
Here is the caller graph for this function:

◆ OSFreeToSystem()

void OSFreeToSystem ( void ptr)

◆ OSGetSharedData()

BOOL OSGetSharedData ( shared_data_type_t  type,
uint32_t  flags,
void **  dst,
uint32_t size 
)
Here is the caller graph for this function: