Changeset 4ea632e
- Timestamp:
- May 4, 2018, 5:21:47 PM (7 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:
- 43c461d
- Parents:
- a64a413
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Heap.cc
ra64a413 r4ea632e 84 84 for(size_t i = 0; i < (nct - std::strlen(title)) / 2; i++) std::cerr << ' '; 85 85 std::cerr << title << std::endl; 86 86 87 print('-', nct); 87 88 std::cerr << std::setw(nc) << "Pass"; … … 92 93 print(passes[i], nc, total_mallocs, total_frees); 93 94 } 95 94 96 print('-', nct); 95 97 print({"Sum", total_mallocs, total_frees}, nc, total_mallocs, total_frees);
Note: See TracChangeset
for help on using the changeset viewer.