git-svn-id: svn://ultimatepp.org/upp/trunk@6664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-12-17 15:03:04 +00:00
parent c20477ec63
commit e3a96f30da

View file

@ -25,14 +25,22 @@ void DumpMap(const XmlNode& n)
DUMP(tag_count);
}
#ifdef PLATFORM_WIN32
const char *xmlfile = "d:/20131117_ST_ZZSZ.xml";
#else
const char *xmlfile = "/home/cxl/20131117_ST_ZZSZ.xml";
#endif
//const char *xmlfile = "/home/cxl/20131106_ST_ZZSZ.xml";
namespace Upp {
void *SysAllocRaw(size_t size, size_t reqsize);
};
CONSOLE_APP_MAIN
{
StdLogSetup(LOG_FILE|LOG_COUT);
MemoryLimitKb(550 * 1024);
// MemoryLimitKb(550 * 1024);
RLOG(MemoryProfile());
{