diff options
author | Mathieu Chartier <mathieuc@google.com> | 2014-09-02 16:21:01 -0700 |
---|---|---|
committer | Mathieu Chartier <mathieuc@google.com> | 2014-09-02 17:01:23 -0700 |
commit | d9819ecc0bc21a2bb356a4de9b013e36fe618627 (patch) | |
tree | 0a548b58803aae262bdb7b1ba44a3d025d87104f /test/ProfileTestMultiDex | |
parent | 23590fd094df6a4a2360b722763249adf1689f15 (diff) |
Change native allocations to use growth limit.
Previously native allocation tracking used a GC footprint limit
which would cause GC in the allocating thread. This prevented
excessive growth of the heap but could cause jank due to GC in
the allocating thread. The new behavior is using the growth_limit
instead of the native footprint limit.
Bug: 17006948
Change-Id: I40f30af09bb25596a9f57fa50e2a155fb947b5fe
Diffstat (limited to 'test/ProfileTestMultiDex')
0 files changed, 0 insertions, 0 deletions