In the same spirit of SanitizerToolName, allow the Primary & Secondary
allocators to have names that can be set by the tools via PrimaryAllocatorName
and SecondaryAllocatorName.
Additionally, set a non-default name for Scudo.
Paths
| Differential D45600
[sanitizer] Allow for the allocator "names" to be set by the tools ClosedPublic Authored by cryptoad on Apr 12 2018, 4:01 PM.
Details Summary In the same spirit of SanitizerToolName, allow the Primary & Secondary Additionally, set a non-default name for Scudo.
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, delcypher, kubamracek. · View Herald TranscriptApr 12 2018, 4:01 PM This revision is now accepted and ready to land.Apr 12 2018, 4:38 PM Closed by commit rCRT330055: [sanitizer] Allow for the allocator "names" to be set by the tools (authored by cryptoad). · Explain WhyApr 13 2018, 12:24 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142291 lib/sanitizer_common/sanitizer_allocator.h
lib/sanitizer_common/sanitizer_allocator.cc
lib/sanitizer_common/sanitizer_allocator_primary32.h
lib/sanitizer_common/sanitizer_allocator_primary64.h
lib/sanitizer_common/sanitizer_allocator_secondary.h
lib/scudo/scudo_allocator.cpp
lib/scudo/scudo_allocator_secondary.h
|