#include <revolution.h> #include <revolution/axfx.h> typedef void* (*AXFXAlloc)(u32); typedef void (*AXFXFree) (void*); void AXFXGetHooks (AXFXAlloc *alloc, AXFXFree *free);
alloc |
Storage destination of a pointer to a function used for allocating memory. |
free |
Storage destination of a pointer to a function used for freeing memory. |
None.
The AXFXGetHooks function obtains pointers to memory allocation- or deallocation-related functions currently registered to the AXFX Library.
2007/08/06 Initial version.
CONFIDENTIAL