Doris Liu f8d131cc8d Count native allocation for VD against Java heap
There are two parts to VD's native allocation:
1) VD's internal data structure (i.e. groups, paths, etc that make
   up of the VD tree). This structure can change, when a VD is used
   to load a different drawable resource.
2) Two bitmap caches, not both of which will necessarily be allocated
   The size of the bitmap cache depends on canvas matrix and drawable
   bounds, and therefore can often change.

We need to count the native allocation from the above against Java heap.

Bug: 26269056
Change-Id: If833aedcf7f3efe00ea73a41ddccb1b48066ffd8
2016-05-02 15:34:40 -07:00
..
2016-03-29 09:55:13 -07:00
2016-04-05 20:42:37 +00:00
2016-04-19 18:15:51 -07:00
2016-04-19 18:15:51 -07:00
2016-04-12 17:43:00 -07:00
2016-01-14 13:42:12 -08:00
2016-01-14 13:42:12 -08:00
2016-04-05 20:42:37 +00:00
2016-04-05 20:42:37 +00:00
2016-04-05 20:42:37 +00:00
2016-03-17 11:02:07 -07:00
2016-04-13 15:59:32 -07:00
2016-04-07 15:02:39 -07:00
2016-01-25 16:15:14 -08:00
2016-03-23 07:59:10 -07:00
2016-04-04 14:40:17 -07:00
2016-01-20 13:16:24 -08:00
2016-03-11 14:33:26 -08:00
2016-02-11 14:35:08 -08:00
2016-03-31 08:40:23 -07:00
2016-03-17 11:02:07 -07:00
2016-03-23 07:59:10 -07:00
2016-01-14 13:42:12 -08:00
2016-03-23 07:59:10 -07:00
2016-02-23 18:52:54 +00:00
2016-02-23 18:52:54 +00:00
2016-04-04 14:40:17 -07:00
2016-04-05 20:42:37 +00:00
2016-04-07 14:10:43 -07:00
2016-01-14 13:42:12 -08:00
2016-04-07 15:02:39 -07:00
2016-04-18 14:34:18 -07:00