Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modify the binder to request 1M - 2 pages instead of 1M. The backing store | Rebecca Schultz Zavin | 2009-11-12 | 1 | -1/+1 |
| | | | | | | | | 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. Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com> | ||||
* | move libbinder's header files under includes/binder | Mathias Agopian | 2009-05-20 | 1 | -4/+4 |
| | |||||
* | checkpoint: split libutils into libutils + libbinder | Mathias Agopian | 2009-05-20 | 1 | -0/+398 |