Changeset b97ebf1


Ignore:
Timestamp:
May 3, 2018, 4:18:07 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
cbbd5b48
Parents:
cc32d83
Message:

Add HeapStats? stubs

Location:
src
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rcc32d83 rb97ebf1  
    358358                OPTPRINT( "end" )
    359359
     360
    360361                if ( output != &cout ) {
    361362                        delete output;
     
    388389
    389390        deleteAll( translationUnit );
     391        HeapStats::printStats();
    390392        return 0;
    391393} // main
Note: See TracChangeset for help on using the changeset viewer.