-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimization of gc load, reduce gc in some scenarios
1.NativeAlloc GC,Increase the count of the number of small native memory allocations. 2.CollectTransition GC,App's allocations (since last GC) more than the threshold then do GC when the app was in background. If not then don't do GC. Expert in charge of ART, please evaluate this CL and hope to merge it in master branch. Bug:200116730 Change-Id: Id2977f05eb249691326955e6f2424d4e5e08b417
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters