diff options
| author | Brian Anderson <[email protected]> | 2011-02-27 14:30:44 -0500 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-02 10:28:14 -0800 |
| commit | fe5de6bfffee3c277f540517b5766547f34e81c7 (patch) | |
| tree | 0c93def17b39f88ac2dca3e83fe5fb7416cfd058 /src/rt | |
| parent | Add fold, typecheck and trans for expr_ext (diff) | |
| download | rust-fe5de6bfffee3c277f540517b5766547f34e81c7.tar.xz rust-fe5de6bfffee3c277f540517b5766547f34e81c7.zip | |
Parse parameter types for fmt extension
Diffstat (limited to 'src/rt')
| -rw-r--r-- | src/rt/memory_region.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/memory_region.cpp b/src/rt/memory_region.cpp index 7ede3761..fb19620f 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), |