mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
Comment-out TRACK_ALLOCATIONS again. Leave a note about it.
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include "rust_internal.h"
|
||||
#include "memory_region.h"
|
||||
|
||||
#define TRACK_ALLOCATIONS
|
||||
// NB: please do not commit code with this uncommented. It's
|
||||
// hugely expensive and should only be used as a last resort.
|
||||
//
|
||||
// #define TRACK_ALLOCATIONS
|
||||
|
||||
memory_region::memory_region(rust_srv *srv, bool synchronized) :
|
||||
_srv(srv), _parent(NULL), _live_allocations(0),
|
||||
|
||||
Reference in New Issue
Block a user