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. (cherry picked from commit d9819ecc) Change-Id: Ia40ed830e8c674cc49d4c0a6fd773d6cb8ff97fa
Loading
Please sign in to comment