#include <MemCheck.h>
Public Member Functions | |
void | Init (Int_t stacksize, void **stackptrs) |
void | Inc (Int_t memSize) |
void | Dec (Int_t memSize) |
ULong_t | Hash () |
Int_t | IsEqual (UInt_t size, void **ptr) |
void * | StackAt (UInt_t i) |
TStackInfo * | Next () |
void | Init (Int_t stacksize, void **stackptrs) |
void | Inc (Int_t memSize) |
void | Dec (Int_t memSize) |
ULong_t | Hash () |
Int_t | IsEqual (UInt_t size, void **ptr) |
void * | StackAt (UInt_t i) |
TStackInfo * | Next () |
Static Public Member Functions | |
static ULong_t | HashStack (UInt_t size, void **ptr) |
static ULong_t | HashStack (UInt_t size, void **ptr) |
Public Attributes | |
UInt_t | fSize |
Int_t | fTotalAllocCount |
Int_t | fTotalAllocSize |
Int_t | fAllocCount |
Int_t | fAllocSize |
TStackInfo * | fNextHash |
TStackInfo * | fNextHash |
Definition at line 60 of file MemCheck.h.
void TStackInfo::Init | ( | Int_t | stacksize, | |
void ** | stackptrs | |||
) |
Definition at line 77 of file MemCheck.cxx.
References fAllocCount, fAllocSize, fSize, fTotalAllocCount, and fTotalAllocSize.
void TStackInfo::Inc | ( | Int_t | memSize | ) | [inline] |
Definition at line 146 of file MemCheck.h.
References fAllocCount, fAllocSize, fTotalAllocCount, and fTotalAllocSize.
void TStackInfo::Dec | ( | Int_t | memSize | ) | [inline] |
ULong_t TStackInfo::Hash | ( | ) | [inline] |
int TStackInfo::IsEqual | ( | UInt_t | size, | |
void ** | ptr | |||
) |
void * TStackInfo::StackAt | ( | UInt_t | i | ) | [inline] |
TStackInfo * TStackInfo::Next | ( | ) | [inline] |
Definition at line 86 of file MemCheck.cxx.
References hash, TString::Hash(), and i.
Referenced by TStackTable::FindInfo(), and Hash().
void TStackInfo::Init | ( | Int_t | stacksize, | |
void ** | stackptrs | |||
) |
void TStackInfo::Inc | ( | Int_t | memSize | ) |
void TStackInfo::Dec | ( | Int_t | memSize | ) |
ULong_t TStackInfo::Hash | ( | ) |
void* TStackInfo::StackAt | ( | UInt_t | i | ) |
TStackInfo* TStackInfo::Next | ( | ) |
Definition at line 67 of file MemCheck.h.
Definition at line 67 of file MemCheck.h.