gwnavruntime/kernel/SF_AllocInfo.h Source File
Go to the documentation of this file.
17 #ifndef INC_KY_Kernel_AllocInfo_H
18 #define INC_KY_Kernel_AllocInfo_H
38 #if defined(KY_CONFIG_DEBUG)
42 const char* pFileName;
45 : StatId(Stat_Default_Mem), Line(0), pFileName(
"")
47 AllocInfo(
unsigned statId,
const char* pfile,
unsigned line)
48 : StatId(statId), Line(line), pFileName(pfile)
50 AllocInfo(
const AllocInfo& src)
51 : StatId(src.StatId), Line(src.Line), pFileName(src.pFileName)
56 AllocInfo() : StatId(Stat_Default_Mem)
58 AllocInfo(
unsigned statId,
const char*,
unsigned) : StatId(statId)
60 AllocInfo(
const AllocInfo& src) : StatId(src.StatId)
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17