reman3/Rayman_X/cpa/tempgrp/TMP/TmpMem.h

35 lines
719 B
C

#if !defined(__TmpMem_h__)
#define __TmpMem_h__
#include "CPA_Expt.h"
#undef EXTERN
#undef extern
#if !defined(D_TMP_VariableDefine)
#define EXTERN extern
#else
#define EXTERN
#endif /* D_TMP_VariableDefine */
#if defined(__cplusplus)
extern "C"
{
#endif /* __cplusplus */
/*extern CPA_EXPORT void *TMP_fnp_vRealMalloc(unsigned long ulSize);*/
void TMP_fn_vMemoryLogFile(void *p_vPointer,unsigned long ulSize,unsigned char ucAction,char *szFile,unsigned long ulLine);
EXTERN unsigned char TMP_g_ucMemoryBlock;
#ifndef _FIRE_DEADCODE_U64_
EXTERN unsigned long TMP_g_ulNumberOfAllocations;
#endif /* _FIRE_DEADCODE_U64_ */
#if defined(__cplusplus)
}
#endif /* __cplusplus */
#endif /* __TmpMem_h__ */