commit | 19515d04977a39956ae705f9e310e8ad1dc46836 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Oct 10 13:25:00 2019 -0700 |
committer | Christopher Ferris <cferris@google.com> | Thu Oct 10 15:10:27 2019 -0700 |
tree | 3ef08b2b92916f198f3c04840d57b79e00ed274b | |
parent | ec90a8571a1b31a35e99ee52d30342e5c08e3d37 [diff] |
Add method to get usage stats for a single map. The new scudo allocator creates a huge map in 64 bit address space. Some tests would get the usage stats of all maps, but only really cared about a small set of maps. In this case, provide a method to only get the usage stats for the maps you care about. Test: Unit tests pass. Change-Id: Ie845e47a8c789a57bf689c9f0e5878a921640e30