SSBM Decomp
Loading...
Searching...
No Matches
axfx.c File Reference
#include <dolphin/axfx.h>
#include <dolphin/os/OSAlloc.h>

Functions

void * AXFXAllocFunction (unsigned long size)
void AXFXFreeFunction (void *ptr)
void AXFXSetHooks (void *(*alloc_hook)(unsigned long), void(*free_hook)(void *))

Variables

void *(* __AXFXAlloc )(unsigned long) = AXFXAllocFunction
void(* __AXFXFree )(void *) = AXFXFreeFunction

Function Documentation

◆ AXFXAllocFunction()

void * AXFXAllocFunction ( unsigned long size)

◆ AXFXFreeFunction()

void AXFXFreeFunction ( void * ptr)

◆ AXFXSetHooks()

void AXFXSetHooks ( void *(* alloc_hook )(unsigned long),
void(* free_hook )(void *) )

Variable Documentation

◆ __AXFXAlloc

void *(* __AXFXAlloc) (unsigned long) ( unsigned long ) = AXFXAllocFunction

◆ __AXFXFree

void(* __AXFXFree) (void *) ( void * ) = AXFXFreeFunction