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

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

Definition at line 219 of file ArraySystem.h.

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

00220     {
00221         mMemUse = 0;
00222         mMemUseMark = 0;
00223         mNrAlloc = 0;
00224         mNrDealloc = 0;
00225         mNrAllocMark = 0;
00226         mNrDeallocMark = 0;
00227     }


Generated on Thu Jan 13 09:17:16 2011 for ImpalaSrc by  doxygen 1.5.1