[babl] disable DEBUG_MEM
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [babl] disable DEBUG_MEM
- Date: Sat, 18 Dec 2010 00:33:20 +0000 (UTC)
commit a23678fb4b1976d33caed995f3cda623d5760665
Author: �yvind Kolås <pippin gimp org>
Date: Sat Dec 18 00:12:01 2010 +0000
disable DEBUG_MEM
This option provides a hit in multithreaded use, and should only be enabled
when debugging babl memory allocation internals.
babl/babl-internal.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/babl/babl-internal.h b/babl/babl-internal.h
index 1f5fe23..da5f923 100644
--- a/babl/babl-internal.h
+++ b/babl/babl-internal.h
@@ -233,7 +233,7 @@ babl_fatal (const char *format, ...)
extern int babl_hmpf_on_name_lookups;
extern BablMutex *babl_format_mutex;
-#define BABL_DEBUG_MEM 1
+#define BABL_DEBUG_MEM 0
#if BABL_DEBUG_MEM
extern BablMutex *babl_debug_mutex;
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]