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
This commit is contained in:
Rebecca Schultz Zavin
2009-11-12 23:09:56 -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;