Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Array::ArraySystem::ArraySystem (  )  [inline, private]

Definition at line 197 of file ArraySystem.h.

References mMemUse, mMemUseMark, mNrAlloc, mNrAllocMark, mNrDealloc, and mNrDeallocMark.

00198     {
00199         mMemUse = 0;
00200         mMemUseMark = 0;
00201         mNrAlloc = 0;
00202         mNrDealloc = 0;
00203         mNrAllocMark = 0;
00204         mNrDeallocMark = 0;
00205     }


Generated on Fri Mar 19 10:59:10 2010 for ImpalaSrc by  doxygen 1.5.1