From c7e3f951e6942443e497e0394261eae537b80c5c Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 14 Feb 2011 16:34:12 -0800 Subject: [PATCH] Disable TRACK_ALLOCATIONS by default, it's a bit heavy-handed. --- src/rt/memory_region.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/memory_region.cpp b/src/rt/memory_region.cpp index fb19620f8b9..7ede3761e9a 100644 --- a/src/rt/memory_region.cpp +++ b/src/rt/memory_region.cpp @@ -1,7 +1,7 @@ #include "rust_internal.h" #include "memory_region.h" -#define TRACK_ALLOCATIONS +// #define TRACK_ALLOCATIONS memory_region::memory_region(rust_srv *srv, bool synchronized) : _srv(srv), _parent(NULL), _live_allocations(0),