commit | 23f2a0b166dc542bd40da80c9680bfccee96cc85 | [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 | cad2fc24292f12ad7671659863001ad29da50b42 [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