00001 void run(bool only_compile = false) 00002 { 00003 gSystem->Load("libMemStat"); 00004 // calling a "leaker" 00005 if(!only_compile) 00006 gROOT->ProcessLine(".x leak_test.C++g"); 00007 }