Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52483d79 authored by Rebecca Schultz Zavin's avatar Rebecca Schultz Zavin Committed by Android Git Automerger
Browse files

am 5f8f1487: Merge change Ia0a40883 into eclair

Merge commit '5f8f1487be78064e8d653dd2d105d8dd444d6a35' into eclair-mr2

* commit '5f8f1487be78064e8d653dd2d105d8dd444d6a35':
  Modify the binder to request 1M - 2 pages instead of 1M.  The backing store
parents 9cf1e154 d96e2ee8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
#include <sys/mman.h>
#include <sys/stat.h>

#define BINDER_VM_SIZE (1*1024*1024)
#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2))

static bool gSingleProcess = false;