Improved ASAN allocator and quarantine stats.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/asan/asan_memory_profile.cc | ||
---|---|---|
60 ↗ | (On Diff #83154) | Maybe add overhead stats, in bytes or percentage, either total or per allocation id. |
lib/asan/asan_memory_profile.cc | ||
---|---|---|
60 ↗ | (On Diff #83154) | 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. |