diff options
author | Dave Parks <davep@lindenlab.com> | 2011-11-29 14:43:48 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-11-29 14:43:48 -0600 |
commit | 472928043a82ff8f622c96df73c5938c9fb7a455 (patch) | |
tree | d795d47eff1c609b42ab3b57be3a7c11538b1b23 /indra/llcommon/llmemory.cpp | |
parent | 893b5e16b81ead08ef22b03594e0a835df525778 (diff) | |
parent | 85392acac0a10e274a3134180265b7b233d8b479 (diff) |
merge
Diffstat (limited to 'indra/llcommon/llmemory.cpp')
-rw-r--r-- | indra/llcommon/llmemory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llmemory.cpp b/indra/llcommon/llmemory.cpp index bb7998c0a8..3b9758f996 100644 --- a/indra/llcommon/llmemory.cpp +++ b/indra/llcommon/llmemory.cpp @@ -159,6 +159,7 @@ void LLMemory::logMemoryInfo(BOOL update) if(update) { updateMemoryInfo() ; + LLPrivateMemoryPoolManager::getInstance()->updateStatistics() ; } llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ; |