OSDN Git Service

libbinder: use sysconf(_SC_PAGESIZE) to get pagesize
authorGanesh Mahendran <opensource.ganesh@gmail.com>
Fri, 3 Mar 2017 01:41:14 +0000 (09:41 +0800)
committerGanesh Mahendran <opensource.ganesh@gmail.com>
Tue, 7 Mar 2017 06:33:44 +0000 (06:33 +0000)
commit6ac7fb5aca33fca100bdba279847561b32c3f9ac
tree283753fa717053655699537c2db4a4a72da74eb0
parent074c1cd1572275be5765f0530963e6930d785aaf
libbinder: use sysconf(_SC_PAGESIZE) to get pagesize

pagesize is not always 4KB, use sysconf(_SC_PAGESIZE) to get
real pagesize.

Change-Id: Ib2c82c3a842257601a5c304da3a1f0b07c6ab8c0
Signed-off-by: Ganesh Mahendran <opensource.ganesh@gmail.com>
libs/binder/ProcessState.cpp