summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/corealloc.c
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-05-15 19:06:32 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-05-15 19:06:32 +0000
commit4762e3a38ffc56df3f6e224d4ea79419b4dd0b67 (patch)
tree74e882e7c8ac99f2d34a23d996717060ae602491 /src/lib/util/corealloc.c
parentd976c005d7c4062c85c1458a78aba9466fe49062 (diff)
Revert of r30457 per Micko (nw)
Diffstat (limited to 'src/lib/util/corealloc.c')
-rw-r--r--src/lib/util/corealloc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/util/corealloc.c b/src/lib/util/corealloc.c
index 2d1c70d68d9..c1bc9185def 100644
--- a/src/lib/util/corealloc.c
+++ b/src/lib/util/corealloc.c
@@ -18,14 +18,6 @@
#define LOG_ALLOCS (0)
-// define this to initialize allocated memory to a fixed non-0 value
-#ifdef MAME_DEBUG
-#define INITIALIZE_ALLOCATED_MEMORY
-#endif
-
-// define this to zap memory to a fixed non-0 value before freeing
-//#define OVERWRITE_FREED_MEMORY
-
//**************************************************************************