Add future wanna-track property.

This commit is contained in:
Vassil Vassilev 2013-10-28 21:33:24 -05:00 committed by sftnight
parent c33a583d16
commit 5209ba0d7f

View File

@ -192,6 +192,10 @@ namespace cling {
std::string ErrMsg;
clang::PrintingPolicy policy = C.getPrintingPolicy();
TU->print(Out, policy, Indentation, PrintInstantiation);
// TODO: For future when we relpace the bump allocation with slab.
//
//Out << "Allocated memory: " << C.getAllocatedMemory();
//Out << "Side table allocated memory: " << C.getSideTableAllocatedMemory();
Out.flush();
}