[PATCH] D61385: [scudo][standalone] Introduce the Quarantine

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 09:17:34 PDT 2019


cryptoad created this revision.
cryptoad added reviewers: vitalybuka, eugenis, hctim, morehouse.
Herald added subscribers: Sanitizers, jfb, delcypher, mgorny.
Herald added projects: LLVM, Sanitizers.

The Quarantine is used to hold chunks for a little while prior to
actually releasing them for potential reuse. The code is pretty much
the same as the sanitizer_common one, with additional shuffling of
the quarantine batches to decrease predictability of allocation
patterns when it is enabled.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D61385

Files:
  lib/scudo/standalone/CMakeLists.txt
  lib/scudo/standalone/quarantine.h
  lib/scudo/standalone/tests/CMakeLists.txt
  lib/scudo/standalone/tests/quarantine_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61385.197568.patch
Type: text/x-patch
Size: 18370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190501/7d6f1a11/attachment.bin>


More information about the llvm-commits mailing list