diff options
author | Richard Linden <none@none> | 2013-01-06 21:37:31 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-06 21:37:31 -0800 |
commit | 68413515029f50713c70e4adec3ce6fd1022d59f (patch) | |
tree | 2f78acd9745ea4a10397ba360fb73e32c006509d /indra/llimage/tests | |
parent | 222941d83c9a8e9fc1a488f0092f233b71a63db3 (diff) |
SH-3468 WIP add memory tracking base class
fix for unit test failures...cleanup apr without destroying
pools, allowing LLProxy to clean itself up as a singleton (and
avoiding spurious dependencies associated with manually destorying
singletons that rely on apr pools)
Diffstat (limited to 'indra/llimage/tests')
-rw-r--r-- | indra/llimage/tests/llimageworker_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llimage/tests/llimageworker_test.cpp b/indra/llimage/tests/llimageworker_test.cpp index 29497257ac..4118896768 100644 --- a/indra/llimage/tests/llimageworker_test.cpp +++ b/indra/llimage/tests/llimageworker_test.cpp @@ -44,6 +44,9 @@ // * Do not make any assumption as to how those classes or methods work (i.e. don't copy/paste code) // * A simulator for a class can be implemented here. Please comment and document thoroughly. +LLTrace::MemStat LLImageBase::sMemStat("LLImage"); + + LLImageBase::LLImageBase() : mData(NULL), mDataSize(0), |