Few changes to the secondary:
- mark const variables as such;
- change some CHECK to DCHECK: I don't feel we need to be as conservative as we were with out checks, as they are the results of our own computation.
- mark a condition as UNLIKELY.
Differential D42696
[scudo] Minor Secondary changes ClosedPublic Authored by cryptoad on Jan 30 2018, 10:28 AM.
Details Summary Few changes to the secondary:
Diff Detail
Event TimelineHerald added subscribers: Restricted Project, delcypher. · View Herald TranscriptJan 30 2018, 10:28 AM This revision is now accepted and ready to land.Feb 1 2018, 11:51 AM Closed by commit rCRT323997: [scudo] Minor Secondary changes (authored by cryptoad). · Explain WhyFeb 1 2018, 12:02 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 132444 lib/scudo/scudo_allocator_secondary.h
|