Disable TRACK_ALLOCATIONS by default, it's a bit heavy-handed.
This commit is contained in:
parent
84dd64b6cf
commit
c7e3f951e6
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user