Improved ASAN allocator and quarantine stats.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 2608 Build 2608: arc lint + arc unit
Event Timeline
lib/asan/asan_memory_profile.cc | ||
---|---|---|
60 | Maybe add overhead stats, in bytes or percentage, either total or per allocation id. |
lib/asan/asan_memory_profile.cc | ||
---|---|---|
60 | But only the sanitizer_allocator_* knows the actual memory size the particular chunk is using and it already can be estimated from allocator's PrintStat output, user memory / rss for each bucket. |
Maybe add overhead stats, in bytes or percentage, either total or per allocation id.