Bug 1200951 - Use the same poison patterns for jemalloc4 as mozjemalloc. r=glandium

This commit is contained in:
Ryan VanderMeulen
2017-01-10 22:50:36 -05:00
parent f94b8a1d4f
commit 134af6dfbb

View File

@@ -72,6 +72,8 @@ if CONFIG['GNU_CC']:
CFLAGS += ['-std=gnu99']
DEFINES['abort'] = 'moz_abort'
DEFINES['JEMALLOC_ALLOC_JUNK'] = '((uint8_t)0xe4)'
DEFINES['JEMALLOC_FREE_JUNK'] = '((uint8_t)0xe5)'
LOCAL_INCLUDES += [
'!src/include',