diff options
| author | Rom Lemarchand <romlem@google.com> | 2013-07-23 13:52:29 -0700 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2013-07-23 13:52:29 -0700 |
| commit | c5749f1f4232e59e66737488036aba1f583867d5 (patch) | |
| tree | 977134e8630564a3bdf8df24c2c41a74532f0c90 /libc | |
| parent | c2902edfc4aaa02977eef7154d05d5369bc48281 (diff) | |
| parent | 061246b600c16a80b246804221b9e3fa65e507d9 (diff) | |
| download | bionic-c5749f1f4232e59e66737488036aba1f583867d5.zip bionic-c5749f1f4232e59e66737488036aba1f583867d5.tar.gz bionic-c5749f1f4232e59e66737488036aba1f583867d5.tar.bz2 | |
am 061246b6: Merge "Restore dlmalloc mmap threshold to 64k"
* commit '061246b600c16a80b246804221b9e3fa65e507d9':
Restore dlmalloc mmap threshold to 64k
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/bionic/dlmalloc.h | 1 |
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" |
