00001 // @(#)root/memstat:$Id: TMemStatDef.h 34368 2010-07-09 18:34:36Z anar $ 00002 // Author: Anar Manafov (A.Manafov@gsi.de) 2010-03-02 00003 00004 /************************************************************************* 00005 * Copyright (C) 1995-2010, Rene Brun and Fons Rademakers. * 00006 * All rights reserved. * 00007 * * 00008 * For the licensing terms see $ROOTSYS/LICENSE. * 00009 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00010 *************************************************************************/ 00011 #ifndef ROOT_TMemStatDef 00012 #define ROOT_TMemStatDef 00013 00014 namespace memstat { 00015 const size_t g_BTStackLevel = 50; 00016 } 00017 #endif