SSBM Decomp
Loading...
Searching...
No Matches
axfx.h
Go to the documentation of this file.
1
#ifndef DOLPHIN_AXFX_AXFX_H
2
#define DOLPHIN_AXFX_AXFX_H
3
4
#include <
platform.h
>
5
6
void
*
AXFXAllocFunction
(
size_t
size);
7
void
AXFXFreeFunction
(
void
*
ptr
);
8
void
AXFXSetHooks
(
void
* (*alloc_hook)(
size_t
),
void
(*free_hook)(
void
*));
9
10
#endif
ptr
void * ptr
Definition
__types.h:6
AXFXFreeFunction
void AXFXFreeFunction(void *ptr)
Definition
axfx.c:15
AXFXSetHooks
void AXFXSetHooks(void *(*alloc_hook)(size_t), void(*free_hook)(void *))
Definition
axfx.c:20
AXFXAllocFunction
void * AXFXAllocFunction(size_t size)
Definition
axfx.c:10
platform.h
src
dolphin
axfx
axfx.h
Generated by
1.9.8