am 9b942117: am 5f8f1487: Merge change Ia0a40883 into eclair

Merge commit '9b94211787b237fd59153f58dd41d738290866c4' into eclair-mr2-plus-aosp

* commit '9b94211787b237fd59153f58dd41d738290866c4':
  Modify the binder to request 1M - 2 pages instead of 1M.  The backing store
This commit is contained in:
Rebecca Schultz Zavin
2009-11-13 09:27:44 -08:00
committed by Android Git Automerger

View File

@ -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;