Merge "Switch to purge all unused memory to kernel." am: 2325b1da98
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2461533 Change-Id: I7e13c9fa0dbacb3c01336764e42492aedcf5a741 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
861aa1f9d5
@@ -2296,7 +2296,9 @@ pid_t zygote::ForkCommon(JNIEnv* env, bool is_system_server,
|
||||
// region shared with the child process we reduce the number of pages that
|
||||
// transition to the private-dirty state when malloc adjusts the meta-data
|
||||
// on each of the pages it is managing after the fork.
|
||||
mallopt(M_PURGE, 0);
|
||||
if (mallopt(M_PURGE_ALL, 0) != 1) {
|
||||
mallopt(M_PURGE, 0);
|
||||
}
|
||||
}
|
||||
|
||||
pid_t pid = fork();
|
||||
|
||||
Reference in New Issue
Block a user