Loading libs/binder/ProcessState.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 // ------------------------------------------------------------------------- // ------------------------------------------------------------------------- Loading Loading
libs/binder/ProcessState.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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 // ------------------------------------------------------------------------- // ------------------------------------------------------------------------- Loading