commit | 8a8e1c5b4ccda0619c7bc946bc4790ea44ff8286 | [log] [tgz] |
---|---|---|
author | zhang chuang <zhangchuang3@xiaomi.com> | Wed Jul 15 11:06:42 2020 +0800 |
committer | Roland Levillain <rpl@google.com> | Wed Aug 05 10:46:29 2020 +0000 |
tree | 363145d76a2d31aa2424c4bddab8016951945ca0 | |
parent | 39e99da15c2410646686465945881e404c84f7c3 [diff] |
Increase region space statistics about allocSize of Heap ART currently uses a concurrent copying garbage collector, and the corresponding allocation space uses a region space. So when obtaining the heap state, we need to also fetch the statistics of the region space. Bug: 161244406 Test: Call VMDebug_getHeapSpaceStats interface Signed-off-by: zhang chuang <zhangchuang3@xiaomi.com> Change-Id: I07c00a23eeadde6cd1c3e3fb3388d43be74c99d4