diff options
author | 2014-05-16 12:46:42 +0000 | |
---|---|---|
committer | 2014-05-16 12:46:42 +0000 | |
commit | f2b61c149c940a69314e3a9e47b411e9c6c58bfc (patch) | |
tree | 2f1d9fb0469e17f09cf17be402d9d43a55341bc3 | |
parent | bf158b642f286fb9a516acc5023d407d3606bc04 (diff) |
disabled allocation logging (nw)
-rw-r--r-- | src/lib/util/corealloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/corealloc.c b/src/lib/util/corealloc.c index f937c5b17fc..8e13023ddad 100644 --- a/src/lib/util/corealloc.c +++ b/src/lib/util/corealloc.c @@ -16,7 +16,7 @@ // DEBUGGING //************************************************************************** -#define LOG_ALLOCS (1) +#define LOG_ALLOCS (0) // define this to initialize allocated memory to a fixed non-0 value #ifdef MAME_DEBUG |