diff options
| author | Rom Lemarchand <romlem@google.com> | 2013-07-23 20:49:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-07-23 20:49:46 +0000 |
| commit | 061246b600c16a80b246804221b9e3fa65e507d9 (patch) | |
| tree | e85eed80c57edd9bebdfca324ab7e71331eb15dc /libc | |
| parent | 6fe4a58f84954523f17114f1f7cf060a3573c073 (diff) | |
| parent | d0f2a6014c138945f78108b21b54a813c7a055db (diff) | |
| download | bionic-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.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" |
