True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

void TA::MemoryMgr::FnDbgAllocCallBack
 

See TA::MemoryMgr::SetAlloc.

typedef void* (TAC_CALL *FnAllocCallBack)(unsigned int nSize, unsigned int nAlignment, const char * szFileName, int nLine); 
Parameters
nSize
The size of the memory block to be allocated in bytes.
nAlignment
The byte alignment requested for the returned memory address. Will be a power of 2
szFileName
The name of the file from which the allocation was made.
nLine
The line number in the file from which the allocation was made.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.