G__MemStat.cxx

Go to the documentation of this file.
00001 //
00002 // File generated by core/utils/src/rootcint_tmp at Wed Apr 20 13:53:15 2011
00003 
00004 // Do NOT change. Changes will be lost next time file is generated
00005 //
00006 
00007 #define R__DICTIONARY_FILENAME miscdImemstatdIsrcdIG__MemStat
00008 #include "RConfig.h" //rootcint 4834
00009 #if !defined(R__ACCESS_IN_SYMBOL)
00010 //Break the privacy of classes -- Disabled for the moment
00011 #define private public
00012 #define protected public
00013 #endif
00014 
00015 // Since CINT ignores the std namespace, we need to do so in this file.
00016 namespace std {} using namespace std;
00017 #include "G__MemStat.h"
00018 
00019 #include "TClass.h"
00020 #include "TBuffer.h"
00021 #include "TMemberInspector.h"
00022 #include "TError.h"
00023 
00024 #ifndef G__ROOT
00025 #define G__ROOT
00026 #endif
00027 
00028 #include "RtypesImp.h"
00029 #include "TIsAProxy.h"
00030 
00031 // START OF SHADOWS
00032 
00033 namespace ROOT {
00034    namespace Shadow {
00035    } // of namespace Shadow
00036 } // of namespace ROOT
00037 // END OF SHADOWS
00038 
00039 namespace memstat {
00040    namespace ROOT {
00041       inline ::ROOT::TGenericClassInfo *GenerateInitInstance();
00042       static void memstat_Dictionary();
00043 
00044       // Function generating the singleton type initializer
00045       inline ::ROOT::TGenericClassInfo *GenerateInitInstance()
00046       {
00047          static ::ROOT::TGenericClassInfo 
00048             instance("memstat", 0 /*version*/, "include/TMemStatMng.h", 28,
00049                      ::ROOT::DefineBehavior((void*)0,(void*)0),
00050                      &memstat_Dictionary, 0);
00051          return &instance;
00052       }
00053       // Insure that the inline function is _not_ optimized away by the compiler
00054       ::ROOT::TGenericClassInfo *(*_R__UNIQUE_(InitFunctionKeeper))() = &GenerateInitInstance;  
00055       // Static variable to force the class initialization
00056       static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstance(); R__UseDummy(_R__UNIQUE_(Init));
00057 
00058       // Dictionary for non-ClassDef classes
00059       static void memstat_Dictionary() {
00060          GenerateInitInstance()->GetClass();
00061       }
00062 
00063    }
00064 }
00065 
00066 namespace ROOT {
00067    void TMemStat_ShowMembers(void *obj, TMemberInspector &R__insp);
00068    static void *new_TMemStat(void *p = 0);
00069    static void *newArray_TMemStat(Long_t size, void *p);
00070    static void delete_TMemStat(void *p);
00071    static void deleteArray_TMemStat(void *p);
00072    static void destruct_TMemStat(void *p);
00073    static void streamer_TMemStat(TBuffer &buf, void *obj);
00074 
00075    // Function generating the singleton type initializer
00076    static TGenericClassInfo *GenerateInitInstanceLocal(const ::TMemStat*)
00077    {
00078       ::TMemStat *ptr = 0;
00079       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::TMemStat >(0);
00080       static ::ROOT::TGenericClassInfo 
00081          instance("TMemStat", ::TMemStat::Class_Version(), "include/TMemStat.h", 14,
00082                   typeid(::TMemStat), DefineBehavior(ptr, ptr),
00083                   &::TMemStat::Dictionary, isa_proxy, 0,
00084                   sizeof(::TMemStat) );
00085       instance.SetNew(&new_TMemStat);
00086       instance.SetNewArray(&newArray_TMemStat);
00087       instance.SetDelete(&delete_TMemStat);
00088       instance.SetDeleteArray(&deleteArray_TMemStat);
00089       instance.SetDestructor(&destruct_TMemStat);
00090       instance.SetStreamerFunc(&streamer_TMemStat);
00091       return &instance;
00092    }
00093    TGenericClassInfo *GenerateInitInstance(const ::TMemStat*)
00094    {
00095       return GenerateInitInstanceLocal((::TMemStat*)0);
00096    }
00097    // Static variable to force the class initialization
00098    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::TMemStat*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00099 } // end of namespace ROOT
00100 
00101 namespace ROOT {
00102    void memstatcLcLTMemStatMng_ShowMembers(void *obj, TMemberInspector &R__insp);
00103    static void streamer_memstatcLcLTMemStatMng(TBuffer &buf, void *obj);
00104 
00105    // Function generating the singleton type initializer
00106    static TGenericClassInfo *GenerateInitInstanceLocal(const ::memstat::TMemStatMng*)
00107    {
00108       ::memstat::TMemStatMng *ptr = 0;
00109       static ::TVirtualIsAProxy* isa_proxy = new ::TInstrumentedIsAProxy< ::memstat::TMemStatMng >(0);
00110       static ::ROOT::TGenericClassInfo 
00111          instance("memstat::TMemStatMng", ::memstat::TMemStatMng::Class_Version(), "include/TMemStatMng.h", 74,
00112                   typeid(::memstat::TMemStatMng), DefineBehavior(ptr, ptr),
00113                   &::memstat::TMemStatMng::Dictionary, isa_proxy, 0,
00114                   sizeof(::memstat::TMemStatMng) );
00115       instance.SetStreamerFunc(&streamer_memstatcLcLTMemStatMng);
00116       return &instance;
00117    }
00118    TGenericClassInfo *GenerateInitInstance(const ::memstat::TMemStatMng*)
00119    {
00120       return GenerateInitInstanceLocal((::memstat::TMemStatMng*)0);
00121    }
00122    // Static variable to force the class initialization
00123    static ::ROOT::TGenericClassInfo *_R__UNIQUE_(Init) = GenerateInitInstanceLocal((const ::memstat::TMemStatMng*)0x0); R__UseDummy(_R__UNIQUE_(Init));
00124 } // end of namespace ROOT
00125 
00126 //______________________________________________________________________________
00127 TClass *TMemStat::fgIsA = 0;  // static to hold class pointer
00128 
00129 //______________________________________________________________________________
00130 const char *TMemStat::Class_Name()
00131 {
00132    return "TMemStat";
00133 }
00134 
00135 //______________________________________________________________________________
00136 const char *TMemStat::ImplFileName()
00137 {
00138    return ::ROOT::GenerateInitInstanceLocal((const ::TMemStat*)0x0)->GetImplFileName();
00139 }
00140 
00141 //______________________________________________________________________________
00142 int TMemStat::ImplFileLine()
00143 {
00144    return ::ROOT::GenerateInitInstanceLocal((const ::TMemStat*)0x0)->GetImplFileLine();
00145 }
00146 
00147 //______________________________________________________________________________
00148 void TMemStat::Dictionary()
00149 {
00150    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMemStat*)0x0)->GetClass();
00151 }
00152 
00153 //______________________________________________________________________________
00154 TClass *TMemStat::Class()
00155 {
00156    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::TMemStat*)0x0)->GetClass();
00157    return fgIsA;
00158 }
00159 
00160       namespace memstat {
00161 //______________________________________________________________________________
00162 TClass *TMemStatMng::fgIsA = 0;  // static to hold class pointer
00163 
00164 //______________________________________________________________________________
00165 const char *TMemStatMng::Class_Name()
00166 {
00167    return "memstat::TMemStatMng";
00168 }
00169 
00170 //______________________________________________________________________________
00171 const char *TMemStatMng::ImplFileName()
00172 {
00173    return ::ROOT::GenerateInitInstanceLocal((const ::memstat::TMemStatMng*)0x0)->GetImplFileName();
00174 }
00175 
00176 //______________________________________________________________________________
00177 int TMemStatMng::ImplFileLine()
00178 {
00179    return ::ROOT::GenerateInitInstanceLocal((const ::memstat::TMemStatMng*)0x0)->GetImplFileLine();
00180 }
00181 
00182 //______________________________________________________________________________
00183 void TMemStatMng::Dictionary()
00184 {
00185    fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::memstat::TMemStatMng*)0x0)->GetClass();
00186 }
00187 
00188 //______________________________________________________________________________
00189 TClass *TMemStatMng::Class()
00190 {
00191    if (!fgIsA) fgIsA = ::ROOT::GenerateInitInstanceLocal((const ::memstat::TMemStatMng*)0x0)->GetClass();
00192    return fgIsA;
00193 }
00194 
00195 } // namespace memstat
00196 //______________________________________________________________________________
00197 void TMemStat::Streamer(TBuffer &R__b)
00198 {
00199    // Stream an object of class TMemStat.
00200 
00201    TObject::Streamer(R__b);
00202 }
00203 
00204 //______________________________________________________________________________
00205 void TMemStat::ShowMembers(TMemberInspector &R__insp)
00206 {
00207       // Inspect the data members of an object of class TMemStat.
00208       TClass *R__cl = ::TMemStat::IsA();
00209       if (R__cl || R__insp.IsA()) { }
00210       R__insp.Inspect(R__cl, R__insp.GetParent(), "fIsActive", &fIsActive);
00211       TObject::ShowMembers(R__insp);
00212 }
00213 
00214 namespace ROOT {
00215    // Wrappers around operator new
00216    static void *new_TMemStat(void *p) {
00217       return  p ? new(p) ::TMemStat : new ::TMemStat;
00218    }
00219    static void *newArray_TMemStat(Long_t nElements, void *p) {
00220       return p ? new(p) ::TMemStat[nElements] : new ::TMemStat[nElements];
00221    }
00222    // Wrapper around operator delete
00223    static void delete_TMemStat(void *p) {
00224       delete ((::TMemStat*)p);
00225    }
00226    static void deleteArray_TMemStat(void *p) {
00227       delete [] ((::TMemStat*)p);
00228    }
00229    static void destruct_TMemStat(void *p) {
00230       typedef ::TMemStat current_t;
00231       ((current_t*)p)->~current_t();
00232    }
00233    // Wrapper around a custom streamer member function.
00234    static void streamer_TMemStat(TBuffer &buf, void *obj) {
00235       ((::TMemStat*)obj)->::TMemStat::Streamer(buf);
00236    }
00237 } // end of namespace ROOT for class ::TMemStat
00238 
00239       namespace memstat {
00240 //______________________________________________________________________________
00241 void TMemStatMng::Streamer(TBuffer &R__b)
00242 {
00243    // Stream an object of class memstat::TMemStatMng.
00244 
00245    TObject::Streamer(R__b);
00246 }
00247 
00248 } // namespace memstat
00249 //______________________________________________________________________________
00250       namespace memstat {
00251 void TMemStatMng::ShowMembers(TMemberInspector &R__insp)
00252 {
00253       // Inspect the data members of an object of class memstat::TMemStatMng.
00254       TClass *R__cl = ::memstat::TMemStatMng::IsA();
00255       if (R__cl || R__insp.IsA()) { }
00256       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPreviousMallocHook", &fPreviousMallocHook);
00257       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fPreviousFreeHook", &fPreviousFreeHook);
00258       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDumpFile", &fDumpFile);
00259       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fDumpTree", &fDumpTree);
00260       R__insp.Inspect(R__cl, R__insp.GetParent(), "fUseGNUBuiltinBacktrace", &fUseGNUBuiltinBacktrace);
00261       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimeStamp", &fTimeStamp);
00262       R__insp.InspectMember(fTimeStamp, "fTimeStamp.");
00263       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBeginTime", &fBeginTime);
00264       R__insp.Inspect(R__cl, R__insp.GetParent(), "fPos", &fPos);
00265       R__insp.Inspect(R__cl, R__insp.GetParent(), "fTimems", &fTimems);
00266       R__insp.Inspect(R__cl, R__insp.GetParent(), "fNBytes", &fNBytes);
00267       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBtID", &fBtID);
00268       R__insp.Inspect(R__cl, R__insp.GetParent(), "fMaxCalls", &fMaxCalls);
00269       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBufferSize", &fBufferSize);
00270       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBufN", &fBufN);
00271       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBufPos", &fBufPos);
00272       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBufTimems", &fBufTimems);
00273       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBufNBytes", &fBufNBytes);
00274       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fBufBtID", &fBufBtID);
00275       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fIndex", &fIndex);
00276       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fMustWrite", &fMustWrite);
00277       R__insp.Inspect(R__cl, R__insp.GetParent(), "fFAddrs", (void*)&fFAddrs);
00278       R__insp.InspectMember("memstat::TMemStatFAddrContainer", (void*)&fFAddrs, "fFAddrs.", false);
00279       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fFAddrsList", &fFAddrsList);
00280       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fHbtids", &fHbtids);
00281       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBTChecksums", (void*)&fBTChecksums);
00282       R__insp.InspectMember("memstat::TMemStatMng::CRCSet_t", (void*)&fBTChecksums, "fBTChecksums.", false);
00283       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBTCount", &fBTCount);
00284       R__insp.Inspect(R__cl, R__insp.GetParent(), "fBTIDCount", &fBTIDCount);
00285       R__insp.Inspect(R__cl, R__insp.GetParent(), "*fSysInfo", &fSysInfo);
00286       TObject::ShowMembers(R__insp);
00287 }
00288 
00289 } // namespace memstat
00290 namespace ROOT {
00291    // Wrapper around a custom streamer member function.
00292    static void streamer_memstatcLcLTMemStatMng(TBuffer &buf, void *obj) {
00293       ((::memstat::TMemStatMng*)obj)->::memstat::TMemStatMng::Streamer(buf);
00294    }
00295 } // end of namespace ROOT for class ::memstat::TMemStatMng
00296 
00297 /********************************************************
00298 * misc/memstat/src/G__MemStat.cxx
00299 * CAUTION: DON'T CHANGE THIS FILE. THIS FILE IS AUTOMATICALLY GENERATED
00300 *          FROM HEADER FILES LISTED IN G__setup_cpp_environmentXXX().
00301 *          CHANGE THOSE HEADER FILES AND REGENERATE THIS FILE.
00302 ********************************************************/
00303 
00304 #ifdef G__MEMTEST
00305 #undef malloc
00306 #undef free
00307 #endif
00308 
00309 #if defined(__GNUC__) && __GNUC__ >= 4 && ((__GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ >= 1) || (__GNUC_MINOR__ >= 3))
00310 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
00311 #endif
00312 
00313 extern "C" void G__cpp_reset_tagtableG__MemStat();
00314 
00315 extern "C" void G__set_cpp_environmentG__MemStat() {
00316   G__add_compiledheader("TObject.h");
00317   G__add_compiledheader("TMemberInspector.h");
00318   G__add_compiledheader("TMemStatHelpers.h");
00319   G__add_compiledheader("TMemStat.h");
00320   G__add_compiledheader("TMemStatBacktrace.h");
00321   G__add_compiledheader("TMemStatDef.h");
00322   G__add_compiledheader("TMemStatMng.h");
00323   G__add_compiledheader("TMemStatHook.h");
00324   G__cpp_reset_tagtableG__MemStat();
00325 }
00326 #include <new>
00327 extern "C" int G__cpp_dllrevG__MemStat() { return(30051515); }
00328 
00329 /*********************************************************
00330 * Member function Interface Method
00331 *********************************************************/
00332 
00333 /* memstat */
00334 static int G__G__MemStat_116_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00335 {
00336       {
00337          string* pobj;
00338          string xobj = memstat::dig2bytes((Long64_t) G__Longlong(libp->para[0]));
00339          pobj = new string(xobj);
00340          result7->obj.i = (long) ((void*) pobj);
00341          result7->ref = result7->obj.i;
00342          G__store_tempobject(*result7);
00343       }
00344    return(1 || funcname || hash || result7 || libp) ;
00345 }
00346 
00347 static int G__G__MemStat_116_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00348 {
00349    switch (libp->paran) {
00350    case 3:
00351       G__letint(result7, 104, (long) memstat::getBacktrace((void**) G__int(libp->para[0]), (size_t) G__int(libp->para[1])
00352 , (Bool_t) G__int(libp->para[2])));
00353       break;
00354    case 2:
00355       G__letint(result7, 104, (long) memstat::getBacktrace((void**) G__int(libp->para[0]), (size_t) G__int(libp->para[1])));
00356       break;
00357    }
00358    return(1 || funcname || hash || result7 || libp) ;
00359 }
00360 
00361 static int G__G__MemStat_116_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00362 {
00363       G__letint(result7, 105, (long) memstat::getSymbols((void*) G__int(libp->para[0]), *(TString*) libp->para[1].ref
00364 , *(TString*) libp->para[2].ref, *(TString*) libp->para[3].ref));
00365    return(1 || funcname || hash || result7 || libp) ;
00366 }
00367 
00368 static int G__G__MemStat_116_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00369 {
00370    switch (libp->paran) {
00371    case 3:
00372       memstat::getSymbolFullInfo((void*) G__int(libp->para[0]), (TString*) G__int(libp->para[1])
00373 , (const char *const) G__int(libp->para[2]));
00374       G__setnull(result7);
00375       break;
00376    case 2:
00377       memstat::getSymbolFullInfo((void*) G__int(libp->para[0]), (TString*) G__int(libp->para[1]));
00378       G__setnull(result7);
00379       break;
00380    }
00381    return(1 || funcname || hash || result7 || libp) ;
00382 }
00383 
00384 static int G__G__MemStat_116_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00385 {
00386       memstat::demangle((char*) G__int(libp->para[0]), *(TString*) libp->para[1].ref);
00387       G__setnull(result7);
00388    return(1 || funcname || hash || result7 || libp) ;
00389 }
00390 
00391 static int G__G__MemStat_116_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00392 {
00393       G__letint(result7, 103, (long) memstat::operator<(*(memstat::SCustomDigest*) libp->para[0].ref, *(memstat::SCustomDigest*) libp->para[1].ref));
00394    return(1 || funcname || hash || result7 || libp) ;
00395 }
00396 
00397 
00398 /* TMemStat */
00399 static int G__G__MemStat_120_0_1(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00400 {
00401    TMemStat* p = NULL;
00402    char* gvp = (char*) G__getgvp();
00403    switch (libp->paran) {
00404    case 3:
00405      //m: 3
00406      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00407        p = new TMemStat(
00408 (Option_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00409 , (Int_t) G__int(libp->para[2]));
00410      } else {
00411        p = new((void*) gvp) TMemStat(
00412 (Option_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1])
00413 , (Int_t) G__int(libp->para[2]));
00414      }
00415      break;
00416    case 2:
00417      //m: 2
00418      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00419        p = new TMemStat((Option_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
00420      } else {
00421        p = new((void*) gvp) TMemStat((Option_t*) G__int(libp->para[0]), (Int_t) G__int(libp->para[1]));
00422      }
00423      break;
00424    case 1:
00425      //m: 1
00426      if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00427        p = new TMemStat((Option_t*) G__int(libp->para[0]));
00428      } else {
00429        p = new((void*) gvp) TMemStat((Option_t*) G__int(libp->para[0]));
00430      }
00431      break;
00432    case 0:
00433      int n = G__getaryconstruct();
00434      if (n) {
00435        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00436          p = new TMemStat[n];
00437        } else {
00438          p = new((void*) gvp) TMemStat[n];
00439        }
00440      } else {
00441        if ((gvp == (char*)G__PVOID) || (gvp == 0)) {
00442          p = new TMemStat;
00443        } else {
00444          p = new((void*) gvp) TMemStat;
00445        }
00446      }
00447      break;
00448    }
00449    result7->obj.i = (long) p;
00450    result7->ref = (long) p;
00451    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MemStatLN_TMemStat));
00452    return(1 || funcname || hash || result7 || libp) ;
00453 }
00454 
00455 static int G__G__MemStat_120_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00456 {
00457       TMemStat::Close();
00458       G__setnull(result7);
00459    return(1 || funcname || hash || result7 || libp) ;
00460 }
00461 
00462 static int G__G__MemStat_120_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00463 {
00464       ((TMemStat*) G__getstructoffset())->Disable();
00465       G__setnull(result7);
00466    return(1 || funcname || hash || result7 || libp) ;
00467 }
00468 
00469 static int G__G__MemStat_120_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00470 {
00471       ((TMemStat*) G__getstructoffset())->Enable();
00472       G__setnull(result7);
00473    return(1 || funcname || hash || result7 || libp) ;
00474 }
00475 
00476 static int G__G__MemStat_120_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00477 {
00478    switch (libp->paran) {
00479    case 3:
00480       TMemStat::Show((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1])
00481 , (const char*) G__int(libp->para[2]));
00482       G__setnull(result7);
00483       break;
00484    case 2:
00485       TMemStat::Show((Double_t) G__double(libp->para[0]), (Int_t) G__int(libp->para[1]));
00486       G__setnull(result7);
00487       break;
00488    case 1:
00489       TMemStat::Show((Double_t) G__double(libp->para[0]));
00490       G__setnull(result7);
00491       break;
00492    case 0:
00493       TMemStat::Show();
00494       G__setnull(result7);
00495       break;
00496    }
00497    return(1 || funcname || hash || result7 || libp) ;
00498 }
00499 
00500 static int G__G__MemStat_120_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00501 {
00502       G__letint(result7, 85, (long) TMemStat::Class());
00503    return(1 || funcname || hash || result7 || libp) ;
00504 }
00505 
00506 static int G__G__MemStat_120_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00507 {
00508       G__letint(result7, 67, (long) TMemStat::Class_Name());
00509    return(1 || funcname || hash || result7 || libp) ;
00510 }
00511 
00512 static int G__G__MemStat_120_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00513 {
00514       G__letint(result7, 115, (long) TMemStat::Class_Version());
00515    return(1 || funcname || hash || result7 || libp) ;
00516 }
00517 
00518 static int G__G__MemStat_120_0_9(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00519 {
00520       TMemStat::Dictionary();
00521       G__setnull(result7);
00522    return(1 || funcname || hash || result7 || libp) ;
00523 }
00524 
00525 static int G__G__MemStat_120_0_13(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00526 {
00527       ((TMemStat*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00528       G__setnull(result7);
00529    return(1 || funcname || hash || result7 || libp) ;
00530 }
00531 
00532 static int G__G__MemStat_120_0_14(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00533 {
00534       G__letint(result7, 67, (long) TMemStat::DeclFileName());
00535    return(1 || funcname || hash || result7 || libp) ;
00536 }
00537 
00538 static int G__G__MemStat_120_0_15(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00539 {
00540       G__letint(result7, 105, (long) TMemStat::ImplFileLine());
00541    return(1 || funcname || hash || result7 || libp) ;
00542 }
00543 
00544 static int G__G__MemStat_120_0_16(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00545 {
00546       G__letint(result7, 67, (long) TMemStat::ImplFileName());
00547    return(1 || funcname || hash || result7 || libp) ;
00548 }
00549 
00550 static int G__G__MemStat_120_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00551 {
00552       G__letint(result7, 105, (long) TMemStat::DeclFileLine());
00553    return(1 || funcname || hash || result7 || libp) ;
00554 }
00555 
00556 // automatic copy constructor
00557 static int G__G__MemStat_120_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00558 
00559 {
00560    TMemStat* p;
00561    void* tmp = (void*) G__int(libp->para[0]);
00562    p = new TMemStat(*(TMemStat*) tmp);
00563    result7->obj.i = (long) p;
00564    result7->ref = (long) p;
00565    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MemStatLN_TMemStat));
00566    return(1 || funcname || hash || result7 || libp) ;
00567 }
00568 
00569 // automatic destructor
00570 typedef TMemStat G__TTMemStat;
00571 static int G__G__MemStat_120_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00572 {
00573    char* gvp = (char*) G__getgvp();
00574    long soff = G__getstructoffset();
00575    int n = G__getaryconstruct();
00576    //
00577    //has_a_delete: 1
00578    //has_own_delete1arg: 0
00579    //has_own_delete2arg: 0
00580    //
00581    if (!soff) {
00582      return(1);
00583    }
00584    if (n) {
00585      if (gvp == (char*)G__PVOID) {
00586        delete[] (TMemStat*) soff;
00587      } else {
00588        G__setgvp((long) G__PVOID);
00589        for (int i = n - 1; i >= 0; --i) {
00590          ((TMemStat*) (soff+(sizeof(TMemStat)*i)))->~G__TTMemStat();
00591        }
00592        G__setgvp((long)gvp);
00593      }
00594    } else {
00595      if (gvp == (char*)G__PVOID) {
00596        delete (TMemStat*) soff;
00597      } else {
00598        G__setgvp((long) G__PVOID);
00599        ((TMemStat*) (soff))->~G__TTMemStat();
00600        G__setgvp((long)gvp);
00601      }
00602    }
00603    G__setnull(result7);
00604    return(1 || funcname || hash || result7 || libp) ;
00605 }
00606 
00607 // automatic assignment operator
00608 static int G__G__MemStat_120_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00609 {
00610    TMemStat* dest = (TMemStat*) G__getstructoffset();
00611    *dest = *(TMemStat*) libp->para[0].ref;
00612    const TMemStat& obj = *dest;
00613    result7->ref = (long) (&obj);
00614    result7->obj.i = (long) (&obj);
00615    return(1 || funcname || hash || result7 || libp) ;
00616 }
00617 
00618 
00619 /* memstat::TMemStatMng */
00620 static int G__G__MemStat_142_0_2(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00621 {
00622       ((memstat::TMemStatMng*) G__getstructoffset())->Enable();
00623       G__setnull(result7);
00624    return(1 || funcname || hash || result7 || libp) ;
00625 }
00626 
00627 static int G__G__MemStat_142_0_3(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00628 {
00629       ((memstat::TMemStatMng*) G__getstructoffset())->Disable();
00630       G__setnull(result7);
00631    return(1 || funcname || hash || result7 || libp) ;
00632 }
00633 
00634 static int G__G__MemStat_142_0_4(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00635 {
00636       G__letint(result7, 85, (long) memstat::TMemStatMng::GetInstance());
00637    return(1 || funcname || hash || result7 || libp) ;
00638 }
00639 
00640 static int G__G__MemStat_142_0_5(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00641 {
00642       memstat::TMemStatMng::Close();
00643       G__setnull(result7);
00644    return(1 || funcname || hash || result7 || libp) ;
00645 }
00646 
00647 static int G__G__MemStat_142_0_6(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00648 {
00649       ((memstat::TMemStatMng*) G__getstructoffset())->SetBufferSize((Int_t) G__int(libp->para[0]));
00650       G__setnull(result7);
00651    return(1 || funcname || hash || result7 || libp) ;
00652 }
00653 
00654 static int G__G__MemStat_142_0_7(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00655 {
00656       ((memstat::TMemStatMng*) G__getstructoffset())->SetMaxCalls((Int_t) G__int(libp->para[0]));
00657       G__setnull(result7);
00658    return(1 || funcname || hash || result7 || libp) ;
00659 }
00660 
00661 static int G__G__MemStat_142_0_8(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00662 {
00663       ((memstat::TMemStatMng*) G__getstructoffset())->SetUseGNUBuiltinBacktrace((Bool_t) G__int(libp->para[0]));
00664       G__setnull(result7);
00665    return(1 || funcname || hash || result7 || libp) ;
00666 }
00667 
00668 static int G__G__MemStat_142_0_17(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00669 {
00670       G__letint(result7, 85, (long) memstat::TMemStatMng::Class());
00671    return(1 || funcname || hash || result7 || libp) ;
00672 }
00673 
00674 static int G__G__MemStat_142_0_18(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00675 {
00676       G__letint(result7, 67, (long) memstat::TMemStatMng::Class_Name());
00677    return(1 || funcname || hash || result7 || libp) ;
00678 }
00679 
00680 static int G__G__MemStat_142_0_19(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00681 {
00682       G__letint(result7, 115, (long) memstat::TMemStatMng::Class_Version());
00683    return(1 || funcname || hash || result7 || libp) ;
00684 }
00685 
00686 static int G__G__MemStat_142_0_20(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00687 {
00688       memstat::TMemStatMng::Dictionary();
00689       G__setnull(result7);
00690    return(1 || funcname || hash || result7 || libp) ;
00691 }
00692 
00693 static int G__G__MemStat_142_0_24(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00694 {
00695       ((memstat::TMemStatMng*) G__getstructoffset())->StreamerNVirtual(*(TBuffer*) libp->para[0].ref);
00696       G__setnull(result7);
00697    return(1 || funcname || hash || result7 || libp) ;
00698 }
00699 
00700 static int G__G__MemStat_142_0_25(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00701 {
00702       G__letint(result7, 67, (long) memstat::TMemStatMng::DeclFileName());
00703    return(1 || funcname || hash || result7 || libp) ;
00704 }
00705 
00706 static int G__G__MemStat_142_0_26(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00707 {
00708       G__letint(result7, 105, (long) memstat::TMemStatMng::ImplFileLine());
00709    return(1 || funcname || hash || result7 || libp) ;
00710 }
00711 
00712 static int G__G__MemStat_142_0_27(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00713 {
00714       G__letint(result7, 67, (long) memstat::TMemStatMng::ImplFileName());
00715    return(1 || funcname || hash || result7 || libp) ;
00716 }
00717 
00718 static int G__G__MemStat_142_0_28(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00719 {
00720       G__letint(result7, 105, (long) memstat::TMemStatMng::DeclFileLine());
00721    return(1 || funcname || hash || result7 || libp) ;
00722 }
00723 
00724 // automatic copy constructor
00725 static int G__G__MemStat_142_0_29(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00726 
00727 {
00728    memstat::TMemStatMng* p;
00729    void* tmp = (void*) G__int(libp->para[0]);
00730    p = new memstat::TMemStatMng(*(memstat::TMemStatMng*) tmp);
00731    result7->obj.i = (long) p;
00732    result7->ref = (long) p;
00733    G__set_tagnum(result7,G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng));
00734    return(1 || funcname || hash || result7 || libp) ;
00735 }
00736 
00737 // automatic assignment operator
00738 static int G__G__MemStat_142_0_30(G__value* result7, G__CONST char* funcname, struct G__param* libp, int hash)
00739 {
00740    memstat::TMemStatMng* dest = (memstat::TMemStatMng*) G__getstructoffset();
00741    *dest = *(memstat::TMemStatMng*) libp->para[0].ref;
00742    const memstat::TMemStatMng& obj = *dest;
00743    result7->ref = (long) (&obj);
00744    result7->obj.i = (long) (&obj);
00745    return(1 || funcname || hash || result7 || libp) ;
00746 }
00747 
00748 
00749 /* Setting up global function */
00750 
00751 /*********************************************************
00752 * Member function Stub
00753 *********************************************************/
00754 
00755 /* memstat */
00756 
00757 /* TMemStat */
00758 
00759 /* memstat::TMemStatMng */
00760 
00761 /*********************************************************
00762 * Global function Stub
00763 *********************************************************/
00764 
00765 /*********************************************************
00766 * Get size of pointer to member function
00767 *********************************************************/
00768 class G__Sizep2memfuncG__MemStat {
00769  public:
00770   G__Sizep2memfuncG__MemStat(): p(&G__Sizep2memfuncG__MemStat::sizep2memfunc) {}
00771     size_t sizep2memfunc() { return(sizeof(p)); }
00772   private:
00773     size_t (G__Sizep2memfuncG__MemStat::*p)();
00774 };
00775 
00776 size_t G__get_sizep2memfuncG__MemStat()
00777 {
00778   G__Sizep2memfuncG__MemStat a;
00779   G__setsizep2memfunc((int)a.sizep2memfunc());
00780   return((size_t)a.sizep2memfunc());
00781 }
00782 
00783 
00784 /*********************************************************
00785 * virtual base class offset calculation interface
00786 *********************************************************/
00787 
00788    /* Setting up class inheritance */
00789 
00790 /*********************************************************
00791 * Inheritance information setup/
00792 *********************************************************/
00793 extern "C" void G__cpp_setup_inheritanceG__MemStat() {
00794 
00795    /* Setting up class inheritance */
00796    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MemStatLN_TMemStat))) {
00797      TMemStat *G__Lderived;
00798      G__Lderived=(TMemStat*)0x1000;
00799      {
00800        TObject *G__Lpbase=(TObject*)G__Lderived;
00801        G__inheritance_setup(G__get_linked_tagnum(&G__G__MemStatLN_TMemStat),G__get_linked_tagnum(&G__G__MemStatLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
00802      }
00803    }
00804    if(0==G__getnumbaseclass(G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng))) {
00805      memstat::TMemStatMng *G__Lderived;
00806      G__Lderived=(memstat::TMemStatMng*)0x1000;
00807      {
00808        TObject *G__Lpbase=(TObject*)G__Lderived;
00809        G__inheritance_setup(G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng),G__get_linked_tagnum(&G__G__MemStatLN_TObject),(long)G__Lpbase-(long)G__Lderived,1,1);
00810      }
00811    }
00812 }
00813 
00814 /*********************************************************
00815 * typedef information setup/
00816 *********************************************************/
00817 extern "C" void G__cpp_setup_typetableG__MemStat() {
00818 
00819    /* Setting up typedef entry */
00820    G__search_typename2("Int_t",105,-1,0,-1);
00821    G__setnewtype(-1,"Signed integer 4 bytes (int)",0);
00822    G__search_typename2("Double_t",100,-1,0,-1);
00823    G__setnewtype(-1,"Double 8 bytes",0);
00824    G__search_typename2("Bool_t",103,-1,0,-1);
00825    G__setnewtype(-1,"Boolean (0=false, 1=true) (bool)",0);
00826    G__search_typename2("Version_t",115,-1,0,-1);
00827    G__setnewtype(-1,"Class version identifier (short)",0);
00828    G__search_typename2("Option_t",99,-1,256,-1);
00829    G__setnewtype(-1,"Option string (const char)",0);
00830    G__search_typename2("Long64_t",110,-1,0,-1);
00831    G__setnewtype(-1,"Portable signed long integer 8 bytes",0);
00832    G__search_typename2("vector<ROOT::TSchemaHelper>",117,G__get_linked_tagnum(&G__G__MemStatLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR),0,-1);
00833    G__setnewtype(-1,NULL,0);
00834    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MemStatLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MemStatLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00835    G__setnewtype(-1,NULL,0);
00836    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MemStatLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MemStatLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR));
00837    G__setnewtype(-1,NULL,0);
00838    G__search_typename2("vector<TVirtualArray*>",117,G__get_linked_tagnum(&G__G__MemStatLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR),0,-1);
00839    G__setnewtype(-1,NULL,0);
00840    G__search_typename2("reverse_iterator<const_iterator>",117,G__get_linked_tagnum(&G__G__MemStatLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MemStatLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00841    G__setnewtype(-1,NULL,0);
00842    G__search_typename2("reverse_iterator<iterator>",117,G__get_linked_tagnum(&G__G__MemStatLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR),0,G__get_linked_tagnum(&G__G__MemStatLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR));
00843    G__setnewtype(-1,NULL,0);
00844    G__search_typename2("map<ULong_t,Int_t>",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEunsignedsPlongcOintcOlesslEunsignedsPlonggRcOallocatorlEpairlEconstsPunsignedsPlongcOintgRsPgRsPgR),0,-1);
00845    G__setnewtype(-1,NULL,0);
00846    G__search_typename2("map<unsigned long,int>",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEunsignedsPlongcOintcOlesslEunsignedsPlonggRcOallocatorlEpairlEconstsPunsignedsPlongcOintgRsPgRsPgR),0,-1);
00847    G__setnewtype(-1,NULL,0);
00848    G__search_typename2("map<unsigned long,int,less<unsigned long> >",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEunsignedsPlongcOintcOlesslEunsignedsPlonggRcOallocatorlEpairlEconstsPunsignedsPlongcOintgRsPgRsPgR),0,-1);
00849    G__setnewtype(-1,NULL,0);
00850    G__search_typename2("map<SCustomDigest,Int_t>",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR),0,-1);
00851    G__setnewtype(-1,NULL,0);
00852    G__search_typename2("map<memstat::SCustomDigest,int>",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR),0,-1);
00853    G__setnewtype(-1,NULL,0);
00854    G__search_typename2("map<memstat::SCustomDigest,int,less<memstat::SCustomDigest> >",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR),0,-1);
00855    G__setnewtype(-1,NULL,0);
00856    G__search_typename2("CRCSet_t",117,G__get_linked_tagnum(&G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR),0,G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng));
00857    G__setnewtype(-1,NULL,0);
00858 }
00859 
00860 /*********************************************************
00861 * Data Member information setup/
00862 *********************************************************/
00863 
00864    /* Setting up class,struct,union tag member variable */
00865 
00866    /* memstat */
00867 static void G__setup_memvarmemstat(void) {
00868    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MemStatLN_memstat));
00869    {
00870    G__memvar_setup((void*)(&memstat::g_BTStackLevel),104,0,1,-1,G__defined_typename("size_t"),-1,1,"g_BTStackLevel=",0,(char*)NULL);
00871    G__memvar_setup((void*)(&memstat::g_digestSize),114,0,1,-1,G__defined_typename("UShort_t"),-1,1,"g_digestSize=",0,(char*)NULL);
00872    }
00873    G__tag_memvar_reset();
00874 }
00875 
00876 
00877    /* TMemStat */
00878 static void G__setup_memvarTMemStat(void) {
00879    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MemStatLN_TMemStat));
00880    { TMemStat *p; p=(TMemStat*)0x1000; if (p) { }
00881    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,4,"fIsActive=",0,"is object attached to MemStat");
00882    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00883    }
00884    G__tag_memvar_reset();
00885 }
00886 
00887 
00888    /* memstat::TMemStatMng */
00889 static void G__setup_memvarmemstatcLcLTMemStatMng(void) {
00890    G__tag_memvar_setup(G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng));
00891    { memstat::TMemStatMng *p; p=(memstat::TMemStatMng*)0x1000; if (p) { }
00892    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("MallocHookFunc_t"),-1,2,"fPreviousMallocHook=",0,"!old malloc function");
00893    G__memvar_setup((void*)0,89,0,0,-1,G__defined_typename("FreeHookFunc_t"),-1,2,"fPreviousFreeHook=",0,"!old free function");
00894    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TFile),-1,-1,2,"fDumpFile=",0,"!file to dump current information");
00895    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TTree),-1,-1,2,"fDumpTree=",0,"!tree to dump information");
00896    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng),-1,-2,2,"fgInstance=",0,"pointer to instance");
00897    G__memvar_setup((void*)0,89,0,0,-1,-1,-2,2,"fgStackTop=",0,"stack top pointer");
00898    G__memvar_setup((void*)0,103,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fUseGNUBuiltinBacktrace=",0,(char*)NULL);
00899    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TTimeStamp),-1,-1,2,"fTimeStamp=",0,(char*)NULL);
00900    G__memvar_setup((void*)0,100,0,0,-1,G__defined_typename("Double_t"),-1,2,"fBeginTime=",0,"time when monitoring starts");
00901    G__memvar_setup((void*)0,109,0,0,-1,G__defined_typename("ULong64_t"),-1,2,"fPos=",0,"position in memory where alloc/free happens");
00902    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fTimems=",0,"10000*(current time - begin time)");
00903    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fNBytes=",0,"number of bytes allocated/freed");
00904    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBtID=",0,"back trace identifier");
00905    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fMaxCalls=",0,"max number of malloc/frees to register in the output Tree");
00906    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufferSize=",0,"max number of malloc/free to keep in the buffer");
00907    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufN=",0,"current number of alloc or free in the buffer");
00908    G__memvar_setup((void*)0,77,0,0,-1,G__defined_typename("ULong64_t"),-1,2,"fBufPos=",0,"position in memory where alloc/free happens");
00909    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufTimems=",0,"10000*(current time - begin time)");
00910    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufNBytes=",0,"number of bytes allocated/freed");
00911    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fBufBtID=",0,"back trace identifier");
00912    G__memvar_setup((void*)0,73,0,0,-1,G__defined_typename("Int_t"),-1,2,"fIndex=",0,"array to sort fBufPos");
00913    G__memvar_setup((void*)0,71,0,0,-1,G__defined_typename("Bool_t"),-1,2,"fMustWrite=",0,"flag to write or not the entry");
00914    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatFAddrContainer),-1,-1,4,"fFAddrs=",0,(char*)NULL);
00915    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TObjArray),-1,-1,4,"fFAddrsList=",0,(char*)NULL);
00916    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TH1I),-1,-1,4,"fHbtids=",0,(char*)NULL);
00917    G__memvar_setup((void*)0,117,0,0,G__get_linked_tagnum(&G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR),G__defined_typename("CRCSet_t"),-1,4,"fBTChecksums=",0,(char*)NULL);
00918    G__memvar_setup((void*)0,105,0,0,-1,G__defined_typename("Int_t"),-1,4,"fBTCount=",0,(char*)NULL);
00919    G__memvar_setup((void*)0,104,0,0,-1,G__defined_typename("UInt_t"),-1,4,"fBTIDCount=",0,(char*)NULL);
00920    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TNamed),-1,-1,4,"fSysInfo=",0,(char*)NULL);
00921    G__memvar_setup((void*)0,85,0,0,G__get_linked_tagnum(&G__G__MemStatLN_TClass),-1,-2,4,"fgIsA=",0,(char*)NULL);
00922    }
00923    G__tag_memvar_reset();
00924 }
00925 
00926 extern "C" void G__cpp_setup_memvarG__MemStat() {
00927 }
00928 /***********************************************************
00929 ************************************************************
00930 ************************************************************
00931 ************************************************************
00932 ************************************************************
00933 ************************************************************
00934 ************************************************************
00935 ***********************************************************/
00936 
00937 /*********************************************************
00938 * Member function information setup for each class
00939 *********************************************************/
00940 static void G__setup_memfuncmemstat(void) {
00941    /* memstat */
00942    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MemStatLN_memstat));
00943    G__memfunc_setup("dig2bytes",909,G__G__MemStat_116_0_1, 117, G__get_linked_tagnum(&G__G__MemStatLN_string), -1, 0, 1, 1, 1, 0, "n - 'Long64_t' 0 - bytes", (char*)NULL, (void*) G__func2void( (string (*)(Long64_t))(&memstat::dig2bytes) ), 0);
00944    G__memfunc_setup("getBacktrace",1216,G__G__MemStat_116_0_2, 104, -1, G__defined_typename("size_t"), 0, 3, 1, 1, 0, 
00945 "Y - - 2 - _trace h - 'size_t' 0 - _size "
00946 "g - 'Bool_t' 0 'kFALSE' _bUseGNUBuiltinBacktrace", (char*)NULL, (void*) G__func2void( (size_t (*)(void**, size_t, Bool_t))(&memstat::getBacktrace) ), 0);
00947    G__memfunc_setup("getSymbols",1065,G__G__MemStat_116_0_3, 105, -1, -1, 0, 4, 1, 1, 0, 
00948 "Y - - 0 - _pAddr u 'TString' - 1 - _strInfo "
00949 "u 'TString' - 1 - _strLib u 'TString' - 1 - _strSymbol", (char*)NULL, (void*) G__func2void( (int (*)(void*, TString&, TString&, TString&))(&memstat::getSymbols) ), 0);
00950    G__memfunc_setup("getSymbolFullInfo",1749,G__G__MemStat_116_0_4, 121, -1, -1, 0, 3, 1, 1, 0, 
00951 "Y - - 0 - _pAddr U 'TString' - 0 - _retInfo "
00952 "C - - 50 '\" | \"' _seporator", (char*)NULL, (void*) G__func2void( (void (*)(void*, TString*, const char *const))(&memstat::getSymbolFullInfo) ), 0);
00953    G__memfunc_setup("demangle",829,G__G__MemStat_116_0_5, 121, -1, -1, 0, 2, 1, 1, 0, 
00954 "C - - 0 - _codeInfo u 'TString' - 1 - _str", (char*)NULL, (void*) G__func2void( (void (*)(char*, TString&))(&memstat::demangle) ), 0);
00955    G__memfunc_setup("operator<",936,G__G__MemStat_116_0_6, 103, -1, -1, 0, 2, 1, 1, 0, 
00956 "u 'memstat::SCustomDigest' - 11 - a u 'memstat::SCustomDigest' - 11 - b", (char*)NULL, (void*) G__func2void( (bool (*)(const memstat::SCustomDigest&, const memstat::SCustomDigest&))(&memstat::operator<) ), 0);
00957    G__tag_memfunc_reset();
00958 }
00959 
00960 static void G__setup_memfuncTMemStat(void) {
00961    /* TMemStat */
00962    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MemStatLN_TMemStat));
00963    G__memfunc_setup("TMemStat",783,G__G__MemStat_120_0_1, 105, G__get_linked_tagnum(&G__G__MemStatLN_TMemStat), -1, 0, 3, 1, 1, 0, 
00964 "C - 'Option_t' 10 '\"read\"' option i - 'Int_t' 0 '10000' buffersize "
00965 "i - 'Int_t' 0 '5000000' maxcalls", (char*)NULL, (void*) NULL, 0);
00966    G__memfunc_setup("Close",502,G__G__MemStat_120_0_2, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMemStat::Close) ), 0);
00967    G__memfunc_setup("Disable",692,G__G__MemStat_120_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00968    G__memfunc_setup("Enable",583,G__G__MemStat_120_0_4, 121, -1, -1, 0, 0, 1, 1, 0, "", (char*)NULL, (void*) NULL, 1);
00969    G__memfunc_setup("Show",417,G__G__MemStat_120_0_5, 121, -1, -1, 0, 3, 3, 1, 0, 
00970 "d - 'Double_t' 0 '0.1' update i - 'Int_t' 0 '20' nbigleaks "
00971 "C - - 10 '\"*\"' fname", (char*)NULL, (void*) G__func2void( (void (*)(Double_t, Int_t, const char*))(&TMemStat::Show) ), 0);
00972    G__memfunc_setup("Class",502,G__G__MemStat_120_0_6, 85, G__get_linked_tagnum(&G__G__MemStatLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&TMemStat::Class) ), 0);
00973    G__memfunc_setup("Class_Name",982,G__G__MemStat_120_0_7, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMemStat::Class_Name) ), 0);
00974    G__memfunc_setup("Class_Version",1339,G__G__MemStat_120_0_8, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&TMemStat::Class_Version) ), 0);
00975    G__memfunc_setup("Dictionary",1046,G__G__MemStat_120_0_9, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&TMemStat::Dictionary) ), 0);
00976    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__MemStatLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
00977    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
00978    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
00979    G__memfunc_setup("StreamerNVirtual",1656,G__G__MemStat_120_0_13, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
00980    G__memfunc_setup("DeclFileName",1145,G__G__MemStat_120_0_14, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMemStat::DeclFileName) ), 0);
00981    G__memfunc_setup("ImplFileLine",1178,G__G__MemStat_120_0_15, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMemStat::ImplFileLine) ), 0);
00982    G__memfunc_setup("ImplFileName",1171,G__G__MemStat_120_0_16, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&TMemStat::ImplFileName) ), 0);
00983    G__memfunc_setup("DeclFileLine",1152,G__G__MemStat_120_0_17, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&TMemStat::DeclFileLine) ), 0);
00984    // automatic copy constructor
00985    G__memfunc_setup("TMemStat", 783, G__G__MemStat_120_0_18, (int) ('i'), G__get_linked_tagnum(&G__G__MemStatLN_TMemStat), -1, 0, 1, 1, 1, 0, "u 'TMemStat' - 11 - -", (char*) NULL, (void*) NULL, 0);
00986    // automatic destructor
00987    G__memfunc_setup("~TMemStat", 909, G__G__MemStat_120_0_19, (int) ('y'), -1, -1, 0, 0, 1, 1, 0, "", (char*) NULL, (void*) NULL, 1);
00988    // automatic assignment operator
00989    G__memfunc_setup("operator=", 937, G__G__MemStat_120_0_20, (int) ('u'), G__get_linked_tagnum(&G__G__MemStatLN_TMemStat), -1, 1, 1, 1, 1, 0, "u 'TMemStat' - 11 - -", (char*) NULL, (void*) NULL, 0);
00990    G__tag_memfunc_reset();
00991 }
00992 
00993 static void G__setup_memfuncmemstatcLcLTMemStatMng(void) {
00994    /* memstat::TMemStatMng */
00995    G__tag_memfunc_setup(G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng));
00996    G__memfunc_setup("TMemStatMng",1073,(G__InterfaceMethod) NULL, 105, G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng), -1, 0, 0, 1, 4, 0, "", (char*)NULL, (void*) NULL, 0);
00997    G__memfunc_setup("Enable",583,G__G__MemStat_142_0_2, 121, -1, -1, 0, 0, 1, 1, 0, "", "enable memory statistic", (void*) NULL, 0);
00998    G__memfunc_setup("Disable",692,G__G__MemStat_142_0_3, 121, -1, -1, 0, 0, 1, 1, 0, "", "Disable memory statistic", (void*) NULL, 0);
00999    G__memfunc_setup("GetInstance",1109,G__G__MemStat_142_0_4, 85, G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng), -1, 0, 0, 3, 1, 0, "", "get instance of class - ONLY ONE INSTANCE", (void*) G__func2void( (memstat::TMemStatMng* (*)())(&memstat::TMemStatMng::GetInstance) ), 0);
01000    G__memfunc_setup("Close",502,G__G__MemStat_142_0_5, 121, -1, -1, 0, 0, 3, 1, 0, "", "close MemStatManager", (void*) G__func2void( (void (*)())(&memstat::TMemStatMng::Close) ), 0);
01001    G__memfunc_setup("SetBufferSize",1313,G__G__MemStat_142_0_6, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - buffersize", (char*)NULL, (void*) NULL, 0);
01002    G__memfunc_setup("SetMaxCalls",1089,G__G__MemStat_142_0_7, 121, -1, -1, 0, 1, 1, 1, 0, "i - 'Int_t' 0 - maxcalls", (char*)NULL, (void*) NULL, 0);
01003    G__memfunc_setup("SetUseGNUBuiltinBacktrace",2458,G__G__MemStat_142_0_8, 121, -1, -1, 0, 1, 1, 1, 0, "g - 'Bool_t' 0 - newVal", (char*)NULL, (void*) NULL, 0);
01004    G__memfunc_setup("Init",404,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01005    G__memfunc_setup("AddPointer",1002,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 1, 2, 0, 
01006 "Y - - 0 - ptr i - 'Int_t' 0 - size", "add pointer to the table", (void*) NULL, 0);
01007    G__memfunc_setup("FillTree",791,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 0, 1, 2, 0, "", (char*)NULL, (void*) NULL, 0);
01008    G__memfunc_setup("AllocHook",892,(G__InterfaceMethod) NULL, 89, -1, -1, 0, 2, 3, 2, 0, 
01009 "h - 'size_t' 0 - size Y - - 10 - -", (char*)NULL, (void*) NULL, 0);
01010    G__memfunc_setup("FreeHook",787,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 2, 0, 
01011 "Y - - 0 - ptr Y - - 10 - -", (char*)NULL, (void*) NULL, 0);
01012    G__memfunc_setup("MacAllocHook",1165,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 2, 3, 2, 0, 
01013 "Y - - 0 - ptr h - 'size_t' 0 - size", (char*)NULL, (void*) NULL, 0);
01014    G__memfunc_setup("MacFreeHook",1060,(G__InterfaceMethod) NULL, 121, -1, -1, 0, 1, 3, 2, 0, "Y - - 0 - ptr", (char*)NULL, (void*) NULL, 0);
01015    G__memfunc_setup("generateBTID",1134,(G__InterfaceMethod) NULL, 105, -1, G__defined_typename("Int_t"), 0, 3, 1, 2, 0, 
01016 "B - 'UChar_t' 0 - CRCdigest i - 'Int_t' 0 - stackEntries "
01017 "Y - - 2 - stackPointers", (char*)NULL, (void*) NULL, 0);
01018    G__memfunc_setup("Class",502,G__G__MemStat_142_0_17, 85, G__get_linked_tagnum(&G__G__MemStatLN_TClass), -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (TClass* (*)())(&memstat::TMemStatMng::Class) ), 0);
01019    G__memfunc_setup("Class_Name",982,G__G__MemStat_142_0_18, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&memstat::TMemStatMng::Class_Name) ), 0);
01020    G__memfunc_setup("Class_Version",1339,G__G__MemStat_142_0_19, 115, -1, G__defined_typename("Version_t"), 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (Version_t (*)())(&memstat::TMemStatMng::Class_Version) ), 0);
01021    G__memfunc_setup("Dictionary",1046,G__G__MemStat_142_0_20, 121, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (void (*)())(&memstat::TMemStatMng::Dictionary) ), 0);
01022    G__memfunc_setup("IsA",253,(G__InterfaceMethod) NULL,85, G__get_linked_tagnum(&G__G__MemStatLN_TClass), -1, 0, 0, 1, 1, 8, "", (char*)NULL, (void*) NULL, 1);
01023    G__memfunc_setup("ShowMembers",1132,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TMemberInspector' - 1 - insp", (char*)NULL, (void*) NULL, 1);
01024    G__memfunc_setup("Streamer",835,(G__InterfaceMethod) NULL,121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 1);
01025    G__memfunc_setup("StreamerNVirtual",1656,G__G__MemStat_142_0_24, 121, -1, -1, 0, 1, 1, 1, 0, "u 'TBuffer' - 1 - b", (char*)NULL, (void*) NULL, 0);
01026    G__memfunc_setup("DeclFileName",1145,G__G__MemStat_142_0_25, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&memstat::TMemStatMng::DeclFileName) ), 0);
01027    G__memfunc_setup("ImplFileLine",1178,G__G__MemStat_142_0_26, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&memstat::TMemStatMng::ImplFileLine) ), 0);
01028    G__memfunc_setup("ImplFileName",1171,G__G__MemStat_142_0_27, 67, -1, -1, 0, 0, 3, 1, 1, "", (char*)NULL, (void*) G__func2void( (const char* (*)())(&memstat::TMemStatMng::ImplFileName) ), 0);
01029    G__memfunc_setup("DeclFileLine",1152,G__G__MemStat_142_0_28, 105, -1, -1, 0, 0, 3, 1, 0, "", (char*)NULL, (void*) G__func2void( (int (*)())(&memstat::TMemStatMng::DeclFileLine) ), 0);
01030    // automatic copy constructor
01031    G__memfunc_setup("TMemStatMng", 1073, G__G__MemStat_142_0_29, (int) ('i'), G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng), -1, 0, 1, 1, 1, 0, "u 'memstat::TMemStatMng' - 11 - -", (char*) NULL, (void*) NULL, 0);
01032    // automatic assignment operator
01033    G__memfunc_setup("operator=", 937, G__G__MemStat_142_0_30, (int) ('u'), G__get_linked_tagnum(&G__G__MemStatLN_memstatcLcLTMemStatMng), -1, 1, 1, 1, 1, 0, "u 'memstat::TMemStatMng' - 11 - -", (char*) NULL, (void*) NULL, 0);
01034    G__tag_memfunc_reset();
01035 }
01036 
01037 
01038 /*********************************************************
01039 * Member function information setup
01040 *********************************************************/
01041 extern "C" void G__cpp_setup_memfuncG__MemStat() {
01042 }
01043 
01044 /*********************************************************
01045 * Global variable information setup for each class
01046 *********************************************************/
01047 static void G__cpp_setup_global0() {
01048 
01049    /* Setting up global variables */
01050    G__resetplocal();
01051 
01052 }
01053 
01054 static void G__cpp_setup_global1() {
01055 
01056    G__resetglobalenv();
01057 }
01058 extern "C" void G__cpp_setup_globalG__MemStat() {
01059   G__cpp_setup_global0();
01060   G__cpp_setup_global1();
01061 }
01062 
01063 /*********************************************************
01064 * Global function information setup for each class
01065 *********************************************************/
01066 static void G__cpp_setup_func0() {
01067    G__lastifuncposition();
01068 
01069 }
01070 
01071 static void G__cpp_setup_func1() {
01072 }
01073 
01074 static void G__cpp_setup_func2() {
01075 }
01076 
01077 static void G__cpp_setup_func3() {
01078 
01079    G__resetifuncposition();
01080 }
01081 
01082 extern "C" void G__cpp_setup_funcG__MemStat() {
01083   G__cpp_setup_func0();
01084   G__cpp_setup_func1();
01085   G__cpp_setup_func2();
01086   G__cpp_setup_func3();
01087 }
01088 
01089 /*********************************************************
01090 * Class,struct,union,enum tag information setup
01091 *********************************************************/
01092 /* Setup class/struct taginfo */
01093 G__linked_taginfo G__G__MemStatLN_TClass = { "TClass" , 99 , -1 };
01094 G__linked_taginfo G__G__MemStatLN_TBuffer = { "TBuffer" , 99 , -1 };
01095 G__linked_taginfo G__G__MemStatLN_TMemberInspector = { "TMemberInspector" , 99 , -1 };
01096 G__linked_taginfo G__G__MemStatLN_TObject = { "TObject" , 99 , -1 };
01097 G__linked_taginfo G__G__MemStatLN_TNamed = { "TNamed" , 99 , -1 };
01098 G__linked_taginfo G__G__MemStatLN_TString = { "TString" , 99 , -1 };
01099 G__linked_taginfo G__G__MemStatLN_string = { "string" , 99 , -1 };
01100 G__linked_taginfo G__G__MemStatLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR = { "vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >" , 99 , -1 };
01101 G__linked_taginfo G__G__MemStatLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR = { "reverse_iterator<vector<ROOT::TSchemaHelper,allocator<ROOT::TSchemaHelper> >::iterator>" , 99 , -1 };
01102 G__linked_taginfo G__G__MemStatLN_TObjArray = { "TObjArray" , 99 , -1 };
01103 G__linked_taginfo G__G__MemStatLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR = { "vector<TVirtualArray*,allocator<TVirtualArray*> >" , 99 , -1 };
01104 G__linked_taginfo G__G__MemStatLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR = { "reverse_iterator<vector<TVirtualArray*,allocator<TVirtualArray*> >::iterator>" , 99 , -1 };
01105 G__linked_taginfo G__G__MemStatLN_memstat = { "memstat" , 110 , -1 };
01106 G__linked_taginfo G__G__MemStatLN_TMemStat = { "TMemStat" , 99 , -1 };
01107 G__linked_taginfo G__G__MemStatLN_TTimeStamp = { "TTimeStamp" , 99 , -1 };
01108 G__linked_taginfo G__G__MemStatLN_TTree = { "TTree" , 99 , -1 };
01109 G__linked_taginfo G__G__MemStatLN_TFile = { "TFile" , 99 , -1 };
01110 G__linked_taginfo G__G__MemStatLN_TH1I = { "TH1I" , 99 , -1 };
01111 G__linked_taginfo G__G__MemStatLN_memstatcLcLTMemStatFAddrContainer = { "memstat::TMemStatFAddrContainer" , 99 , -1 };
01112 G__linked_taginfo G__G__MemStatLN_maplEunsignedsPlongcOintcOlesslEunsignedsPlonggRcOallocatorlEpairlEconstsPunsignedsPlongcOintgRsPgRsPgR = { "map<unsigned long,int,less<unsigned long>,allocator<pair<const unsigned long,int> > >" , 99 , -1 };
01113 G__linked_taginfo G__G__MemStatLN_memstatcLcLSCustomDigest = { "memstat::SCustomDigest" , 115 , -1 };
01114 G__linked_taginfo G__G__MemStatLN_memstatcLcLTMemStatMng = { "memstat::TMemStatMng" , 99 , -1 };
01115 G__linked_taginfo G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR = { "map<memstat::SCustomDigest,int,less<memstat::SCustomDigest>,allocator<pair<const memstat::SCustomDigest,int> > >" , 99 , -1 };
01116 
01117 /* Reset class/struct taginfo */
01118 extern "C" void G__cpp_reset_tagtableG__MemStat() {
01119   G__G__MemStatLN_TClass.tagnum = -1 ;
01120   G__G__MemStatLN_TBuffer.tagnum = -1 ;
01121   G__G__MemStatLN_TMemberInspector.tagnum = -1 ;
01122   G__G__MemStatLN_TObject.tagnum = -1 ;
01123   G__G__MemStatLN_TNamed.tagnum = -1 ;
01124   G__G__MemStatLN_TString.tagnum = -1 ;
01125   G__G__MemStatLN_string.tagnum = -1 ;
01126   G__G__MemStatLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR.tagnum = -1 ;
01127   G__G__MemStatLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR.tagnum = -1 ;
01128   G__G__MemStatLN_TObjArray.tagnum = -1 ;
01129   G__G__MemStatLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR.tagnum = -1 ;
01130   G__G__MemStatLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR.tagnum = -1 ;
01131   G__G__MemStatLN_memstat.tagnum = -1 ;
01132   G__G__MemStatLN_TMemStat.tagnum = -1 ;
01133   G__G__MemStatLN_TTimeStamp.tagnum = -1 ;
01134   G__G__MemStatLN_TTree.tagnum = -1 ;
01135   G__G__MemStatLN_TFile.tagnum = -1 ;
01136   G__G__MemStatLN_TH1I.tagnum = -1 ;
01137   G__G__MemStatLN_memstatcLcLTMemStatFAddrContainer.tagnum = -1 ;
01138   G__G__MemStatLN_maplEunsignedsPlongcOintcOlesslEunsignedsPlonggRcOallocatorlEpairlEconstsPunsignedsPlongcOintgRsPgRsPgR.tagnum = -1 ;
01139   G__G__MemStatLN_memstatcLcLSCustomDigest.tagnum = -1 ;
01140   G__G__MemStatLN_memstatcLcLTMemStatMng.tagnum = -1 ;
01141   G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR.tagnum = -1 ;
01142 }
01143 
01144 
01145 extern "C" void G__cpp_setup_tagtableG__MemStat() {
01146 
01147    /* Setting up class,struct,union tag entry */
01148    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TClass);
01149    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TBuffer);
01150    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TMemberInspector);
01151    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TObject);
01152    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TNamed);
01153    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TString);
01154    G__get_linked_tagnum_fwd(&G__G__MemStatLN_string);
01155    G__get_linked_tagnum_fwd(&G__G__MemStatLN_vectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgR);
01156    G__get_linked_tagnum_fwd(&G__G__MemStatLN_reverse_iteratorlEvectorlEROOTcLcLTSchemaHelpercOallocatorlEROOTcLcLTSchemaHelpergRsPgRcLcLiteratorgR);
01157    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TObjArray);
01158    G__get_linked_tagnum_fwd(&G__G__MemStatLN_vectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgR);
01159    G__get_linked_tagnum_fwd(&G__G__MemStatLN_reverse_iteratorlEvectorlETVirtualArraymUcOallocatorlETVirtualArraymUgRsPgRcLcLiteratorgR);
01160    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MemStatLN_memstat),0,-1,0,(char*)NULL,G__setup_memvarmemstat,G__setup_memfuncmemstat);
01161    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MemStatLN_TMemStat),sizeof(TMemStat),-1,29952,"a user interface class of MemStat",G__setup_memvarTMemStat,G__setup_memfuncTMemStat);
01162    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TTimeStamp);
01163    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TTree);
01164    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TFile);
01165    G__get_linked_tagnum_fwd(&G__G__MemStatLN_TH1I);
01166    G__get_linked_tagnum_fwd(&G__G__MemStatLN_memstatcLcLTMemStatFAddrContainer);
01167    G__get_linked_tagnum_fwd(&G__G__MemStatLN_maplEunsignedsPlongcOintcOlesslEunsignedsPlonggRcOallocatorlEpairlEconstsPunsignedsPlongcOintgRsPgRsPgR);
01168    G__get_linked_tagnum_fwd(&G__G__MemStatLN_memstatcLcLSCustomDigest);
01169    G__tagtable_setup(G__get_linked_tagnum_fwd(&G__G__MemStatLN_memstatcLcLTMemStatMng),sizeof(memstat::TMemStatMng),-1,29952,"a manager of memstat sessions.",G__setup_memvarmemstatcLcLTMemStatMng,G__setup_memfuncmemstatcLcLTMemStatMng);
01170    G__get_linked_tagnum_fwd(&G__G__MemStatLN_maplEmemstatcLcLSCustomDigestcOintcOlesslEmemstatcLcLSCustomDigestgRcOallocatorlEpairlEconstsPmemstatcLcLSCustomDigestcOintgRsPgRsPgR);
01171 }
01172 extern "C" void G__cpp_setupG__MemStat(void) {
01173   G__check_setup_version(30051515,"G__cpp_setupG__MemStat()");
01174   G__set_cpp_environmentG__MemStat();
01175   G__cpp_setup_tagtableG__MemStat();
01176 
01177   G__cpp_setup_inheritanceG__MemStat();
01178 
01179   G__cpp_setup_typetableG__MemStat();
01180 
01181   G__cpp_setup_memvarG__MemStat();
01182 
01183   G__cpp_setup_memfuncG__MemStat();
01184   G__cpp_setup_globalG__MemStat();
01185   G__cpp_setup_funcG__MemStat();
01186 
01187    if(0==G__getsizep2memfunc()) G__get_sizep2memfuncG__MemStat();
01188   return;
01189 }
01190 class G__cpp_setup_initG__MemStat {
01191   public:
01192     G__cpp_setup_initG__MemStat() { G__add_setup_func("G__MemStat",(G__incsetup)(&G__cpp_setupG__MemStat)); G__call_setup_funcs(); }
01193    ~G__cpp_setup_initG__MemStat() { G__remove_setup_func("G__MemStat"); }
01194 };
01195 G__cpp_setup_initG__MemStat G__cpp_setup_initializerG__MemStat;
01196 

Generated on Tue Jul 5 14:43:56 2011 for ROOT_528-00b_version by  doxygen 1.5.1