Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
axfx.c File Reference

Functions

static void * __AXFXAllocFunction (u32 bytes)
 
static void __AXFXFreeFunction (void *p)
 
void AXFXSetHooks (void *(*alloc)(u32), void(*free)(void *))
 

Variables

void *(* __AXFXAlloc )(u32) = __AXFXAllocFunction
 
void(* __AXFXFree )(void *) = __AXFXFreeFunction
 

Function Documentation

◆ __AXFXAllocFunction()

static void * __AXFXAllocFunction ( u32 bytes)
static

◆ __AXFXFreeFunction()

static void __AXFXFreeFunction ( void * p)
static

◆ AXFXSetHooks()

void AXFXSetHooks ( void *(* alloc )(u32),
void(* free )(void *) )

Variable Documentation

◆ __AXFXAlloc

void *(* __AXFXAlloc) (u32) ( u32 ) = __AXFXAllocFunction

◆ __AXFXFree

void(* __AXFXFree) (void *) ( void * ) = __AXFXFreeFunction