summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corealloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/corealloc.h')
-rw-r--r--src/lib/util/corealloc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib/util/corealloc.h b/src/lib/util/corealloc.h
index d3982ea3d86..5b002557769 100644
--- a/src/lib/util/corealloc.h
+++ b/src/lib/util/corealloc.h
@@ -19,18 +19,6 @@
//**************************************************************************
-// DEBUGGING
-//**************************************************************************
-
-// define this to initialize allocated memory to a fixed non-0 value
-//#define INITIALIZE_ALLOCATED_MEMORY
-
-// define this to zap memory to a fixed non-0 value before freeing
-//#define OVERWRITE_FREED_MEMORY
-
-
-
-//**************************************************************************
// MACROS
//**************************************************************************