diff options
| author | Richard Linden <none@none> | 2013-10-01 13:46:43 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2013-10-01 13:46:43 -0700 |
| commit | 12f0f8cb72f789e21b01b45063dcc5f1f5292087 (patch) | |
| tree | d8777341699dcea574e261da8c982ad22860de13 /indra/llimage/llimagej2c.cpp | |
| parent | a96da325564f4e9769e85ad006f98a4ac08d4a47 (diff) | |
changed over to manual naming of MemTrackable stats
changed claimMem and disclaimMem behavior to not pass through argument
added more mem tracking stats to floater_stats
Diffstat (limited to 'indra/llimage/llimagej2c.cpp')
| -rwxr-xr-x | indra/llimage/llimagej2c.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagej2c.cpp b/indra/llimage/llimagej2c.cpp index 8e2bcc3f94..7cd59a2983 100755 --- a/indra/llimage/llimagej2c.cpp +++ b/indra/llimage/llimagej2c.cpp @@ -62,6 +62,7 @@ LLImageJ2C::LLImageJ2C() : LLImageFormatted(IMG_CODEC_J2C), mAreaUsedForDataSizeCalcs(0) { mImpl = fallbackCreateLLImageJ2CImpl(); + claimMem(mImpl); // Clear data size table for( S32 i = 0; i <= MAX_DISCARD_LEVEL; i++) |
