mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@6664 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c20477ec63
commit
e3a96f30da
1 changed files with 9 additions and 1 deletions
|
|
@ -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());
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue