ROOT
6.07/01
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
Namespaces
All Classes
Files
Release Notes
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
misc
memstat
test
run.C
Go to the documentation of this file.
1
void
run
(
bool
only_compile =
false
)
2
{
3
gSystem
->
Load
(
"libMemStat"
);
4
// calling a "leaker"
5
if
(!only_compile)
6
gROOT
->ProcessLine(
".x leak_test.C++g"
);
7
}
gROOT
#define gROOT
Definition:
TROOT.h:344
TSystem::Load
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
Definition:
TSystem.cxx:1766
gSystem
R__EXTERN TSystem * gSystem
Definition:
TSystem.h:545
run
void run(bool only_compile=false)
Definition:
run.C:1