summaryrefslogtreecommitdiff
path: root/debug.cc
diff options
context:
space:
mode:
Diffstat (limited to 'debug.cc')
-rw-r--r--debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.cc b/debug.cc
index 9e092c4e..de408273 100644
--- a/debug.cc
+++ b/debug.cc
@@ -9,7 +9,7 @@
#include <unistd.h> // for the `write' method
int new_calls = 0;
-int new_size = 0;
+long long new_size = 0;
void * operator new(std::size_t size) throw (std::bad_alloc) {
void * ptr = std::malloc(size);