Add future wanna-track property.
This commit is contained in:
parent
c33a583d16
commit
5209ba0d7f
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user