Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d86505e9 authored by Ganesh Mahendran's avatar Ganesh Mahendran Committed by android-build-merger
Browse files

Merge "libbinder: use sysconf(_SC_PAGESIZE) to get pagesize" am: b638bf8d am: f83403fd

am: 391becb8

Change-Id: I11546e02a736bd6c6ece606831462f7ef85c4ec4
parents 110c3baf 391becb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/types.h>


#define BINDER_VM_SIZE ((1*1024*1024) - (4096 *2))
#define BINDER_VM_SIZE ((1 * 1024 * 1024) - sysconf(_SC_PAGE_SIZE) * 2)
#define DEFAULT_MAX_BINDER_THREADS 15
#define DEFAULT_MAX_BINDER_THREADS 15


// -------------------------------------------------------------------------
// -------------------------------------------------------------------------