commit | b27f9146272d3b491fea7c15174d05044fd5bcfa | [log] [tgz] |
---|---|---|
author | Eric Miao <ericymiao@google.com> | Fri May 10 09:19:57 2024 -0700 |
committer | Eric Miao <ericymiao@google.com> | Thu Sep 12 23:03:37 2024 +0000 |
tree | dfdc3b0e4523d427aaa7d90bf5e273cf598c6f66 | |
parent | ad216bac194362d56631dc8e20c8236996516b09 [diff] |
Track Bitmap native allocations Bug: 331243037 Flag: com.android.libcore.native_metrics This CL will make use of the new API to create NativeAllocationRegistry that associates with Bitmap.class if libcore.native_metrics is enabled (otherwise falls back to the legacy API). This allows tracking of native allocations that are Bitmap specific. Change-Id: I2d2875eeaf2b1ab6d1a0419977390f31206ed560