dlmalloc: use static magic constant for debug images
[vpp.git] / src / vppinfra / dlmalloc.h
index b3278f9..b8e3236 100644 (file)
@@ -528,6 +528,7 @@ MAX_RELEASE_CHECK_RATE   default: 4095 unless not HAVE_MMAP
 
 #if CLIB_DEBUG > 0
 #define FOOTERS 1  /* extra debugging */
+#define DLM_MAGIC_CONSTANT 0xdeaddabe
 #endif
 #define USE_LOCKS 1
 #define DLM_ABORT {extern void os_panic(void); os_panic(); abort();}