Purging allocator quarantine and returning memory to OS might be desired
between fuzzer iterations since, most likely, the quarantine is not
going to catch bugs in the code under fuzz, but reducing RSS might
significantly prolong the fuzzing session.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 11354 Build 11354: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with a nit.
lib/sanitizer_common/sanitizer_quarantine.h | ||
---|---|---|
120 | Up to you, but maybe use atomic_load_relaxed? |
Up to you, but maybe use atomic_load_relaxed?