ANDROID: vendor_hooks: add hook for boost free pages mapped by the
exiting process When the system is under high memory pressure, we observed by trace that the execution of the exiting process will have a large number of runnables, which will result in the inability to release the pages mapped by it's VMA to other apps for use in the system timely. Therefore, we hope to use this hook interface to release the physical pages mapped by the exiting process's vma in advance, and alleviate the tight system memory resources issues. Bug: 418942619 Bug: 364225494 Change-Id: Id4a7db386d74e9fb8d104e5311a585a4a48811ef Signed-off-by:Justin Jiang <justinjiang@vivo.corp-partner.google.com> (cherry picked from commit 1a958c7b)
Loading
Please sign in to comment