Skip to content
Snippets Groups Projects
Commit 9850e09f authored by Xiaohong Bao's avatar Xiaohong Bao
Browse files

trivial: update the memory pool log info to the latest.

parent 147b1408
No related branches found
No related tags found
No related merge requests found
...@@ -159,6 +159,7 @@ void LLMemory::logMemoryInfo(BOOL update) ...@@ -159,6 +159,7 @@ void LLMemory::logMemoryInfo(BOOL update)
if(update) if(update)
{ {
updateMemoryInfo() ; updateMemoryInfo() ;
LLPrivateMemoryPoolManager::getInstance()->updateStatistics() ;
} }
llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ; llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment