commit | d9819ecc0bc21a2bb356a4de9b013e36fe618627 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Sep 02 16:21:01 2014 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Sep 02 17:01:23 2014 -0700 |
tree | 0a548b58803aae262bdb7b1ba44a3d025d87104f | |
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