We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_DEBUG
Z3DEBUG
1 parent a1673f2 commit 2fe2735Copy full SHA for 2fe2735
src/util/memory_manager.h
@@ -75,7 +75,7 @@ class memory {
75
};
76
77
78
-#if _DEBUG
+#if Z3DEBUG
79
80
#define alloc(T,...) new (memory::allocate(__FILE__,__LINE__,#T, sizeof(T))) T(__VA_ARGS__)
81
#define dealloc(_ptr_) deallocf(__FILE__,__LINE__,_ptr_)
0 commit comments