Commit 08487454 authored by Mathieu Chartier's avatar Mathieu Chartier
Browse files

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
parent 2013de57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment