Disable TRACK_ALLOCATIONS by default, it's a bit heavy-handed.
This commit is contained in:
parent
84dd64b6cf
commit
c7e3f951e6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include "rust_internal.h"
|
#include "rust_internal.h"
|
||||||
#include "memory_region.h"
|
#include "memory_region.h"
|
||||||
|
|
||||||
#define TRACK_ALLOCATIONS
|
// #define TRACK_ALLOCATIONS
|
||||||
|
|
||||||
memory_region::memory_region(rust_srv *srv, bool synchronized) :
|
memory_region::memory_region(rust_srv *srv, bool synchronized) :
|
||||||
_srv(srv), _parent(NULL), _live_allocations(0),
|
_srv(srv), _parent(NULL), _live_allocations(0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue