Merge "Restore dlmalloc mmap threshold to 64k"

This commit is contained in:
Rom Lemarchand 2013-07-23 20:49:46 +00:00 committed by Gerrit Code Review
commit 061246b600

View File

@ -27,6 +27,7 @@
#define LOCK_AT_FORK 1
#define USE_RECURSIVE_LOCK 0
#define USE_SPIN_LOCKS 0
#define DEFAULT_MMAP_THRESHOLD (64U * 1024U)
/* Include the proper definitions. */
#include "../upstream-dlmalloc/malloc.h"