AXFXGetHooks

C Specification

#include <revolution.h>
#include <revolution/axfx.h>

typedef void* (*AXFXAlloc)(u32);
typedef void  (*AXFXFree) (void*);

void AXFXGetHooks (AXFXAlloc *alloc, AXFXFree *free);

Arguments

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.

Return Values

None.

Description

The AXFXGetHooks function obtains pointers to memory allocation- or deallocation-related functions currently registered to the AXFX Library.

See Also

AXFXSetHooks

Revision History

2007/08/06 Initial version.


CONFIDENTIAL