about summary refs log tree commit diff stats
path: root/043new.cc
diff options
context:
space:
mode:
Diffstat (limited to '043new.cc')
-rw-r--r--043new.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/043new.cc b/043new.cc
index 5fb62ed3..d72ca7ec 100644
--- a/043new.cc
+++ b/043new.cc
@@ -114,7 +114,7 @@ case NEW: {
 //? :(before "End Teardown") //? 1
 //? cerr << Total_alloc << "/" << Num_alloc //? 1
 //?      << " vs " << Total_free << "/" << Num_free << '\n'; //? 1
-//? cerr << Memory.size() << '\n'; //? 1
+//? cerr << SIZE(Memory) << '\n'; //? 1
 
 :(code)
 void ensure_space(long long int size) {