mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@14571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
25f82c7973
commit
3cb3c9f0de
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ CONSOLE_APP_MAIN
|
|||
{
|
||||
StdLogSetup(LOG_COUT|LOG_FILE);
|
||||
|
||||
uint64 free, total;
|
||||
GetSystemMemoryStatus(total, free);
|
||||
uint64 total, available;
|
||||
GetSystemMemoryStatus(total, available);
|
||||
|
||||
LOG("Total memory: " << (total >> 20) << " MB");
|
||||
LOG("Free memory: " << (free >> 20) << " MB");
|
||||
LOG("Available memory: " << (available >> 20) << " MB");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue