OSDN Git Service

Merge change Ia0a40883 into eclair
authorAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 13 Nov 2009 05:29:13 +0000 (21:29 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Fri, 13 Nov 2009 05:29:13 +0000 (21:29 -0800)
commitd96e2ee80c096249d6000c7a81293de37249f82d
tree0f8b2a8528c21d4ab869c538cd1ffa6550598dba
parentc617fbbf7a63bd9b778b14ac87686b70d6f8ac5e
parentc0c1092183ceb38dd4d70d2732dd3a743fefd567
Merge change Ia0a40883 into eclair

* changes:
  Modify the binder to request 1M - 2 pages instead of 1M.  The backing store in the kernel requires a guard page, so 1M allocations fragment memory very badly.  Subtracting a couple of pages so that they fit in a power of two allows the kernel to make more efficient use of its virtual address space.