Changeset b97ebf1
- Timestamp:
 - May 3, 2018, 4:18:07 PM (8 years ago)
 - 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
 - Location:
 - src
 - Files:
 - 
      
- 2 added
 - 1 edited
 
- 
          
  Common/Heap.cc (added)
 - 
          
  Common/Heap.h (added)
 - 
          
  main.cc (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/main.cc
rcc32d83 rb97ebf1 358 358 OPTPRINT( "end" ) 359 359 360 360 361 if ( output != &cout ) { 361 362 delete output; … … 388 389 389 390 deleteAll( translationUnit ); 391 HeapStats::printStats(); 390 392 return 0; 391 393 } // main  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.