Skip to content

Commit 73812cd

Browse files
committed
Turn off TRACK_ALLOCATIONS
1 parent 4b35609 commit 73812cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/memory_region.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// NB: please do not commit code with this uncommented. It's
55
// hugely expensive and should only be used as a last resort.
66
//
7-
#define TRACK_ALLOCATIONS
7+
//#define TRACK_ALLOCATIONS
88

99
#define MAGIC 0xbadc0ffe
1010

0 commit comments

Comments
 (0)