aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2017-11-18 13:21:22 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2017-11-18 13:21:22 +0000
commitef4968d9e7c3b90c1499a32a38fdc34f4da22f41 (patch)
treea5d05b40e684fef05eb247e676e8450a7423f922 /libexec
parent95197f47ff11839afd791a880394d466fd09eae9 (diff)
downloadsrc-ef4968d9e7c3b90c1499a32a38fdc34f4da22f41.tar.gz
src-ef4968d9e7c3b90c1499a32a38fdc34f4da22f41.zip
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c
index 66938d005a5e..d7934d143174 100644
--- a/libexec/rtld-elf/malloc.c
+++ b/libexec/rtld-elf/malloc.c
@@ -61,7 +61,7 @@ static int findbucket();
/*
* Pre-allocate mmap'ed pages
*/
-#define NPOOLPAGES (32*1024/pagesz)
+#define NPOOLPAGES (128*1024/pagesz)
static caddr_t pagepool_start, pagepool_end;
static int morepages();