summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-07-23 20:49:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-07-23 20:49:46 +0000
commit061246b600c16a80b246804221b9e3fa65e507d9 (patch)
treee85eed80c57edd9bebdfca324ab7e71331eb15dc /libc
parent6fe4a58f84954523f17114f1f7cf060a3573c073 (diff)
parentd0f2a6014c138945f78108b21b54a813c7a055db (diff)
downloadbionic-061246b600c16a80b246804221b9e3fa65e507d9.zip
bionic-061246b600c16a80b246804221b9e3fa65e507d9.tar.gz
bionic-061246b600c16a80b246804221b9e3fa65e507d9.tar.bz2
Merge "Restore dlmalloc mmap threshold to 64k"
Diffstat (limited to 'libc')
-rw-r--r--libc/bionic/dlmalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/bionic/dlmalloc.h b/libc/bionic/dlmalloc.h
index a00a583..71b3be8 100644
--- a/libc/bionic/dlmalloc.h
+++ b/libc/bionic/dlmalloc.h
@@ -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"