summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/target
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2017-10-23 22:04:30 +0000
committerAlex Shlyapnikov <alekseys@google.com>2017-10-23 22:04:30 +0000
commit6f1c26f222b5df888a42ac53f1b600f2bd511c1b (patch)
treecc314d8e1a5620e66d803ffcb18aa7cb464057dc /lldb/packages/Python/lldbsuite/test/python_api/target
parent30680e943735ae8f008af0513e85725f3d6cfee6 (diff)
downloadbcm5719-llvm-6f1c26f222b5df888a42ac53f1b600f2bd511c1b.tar.gz
bcm5719-llvm-6f1c26f222b5df888a42ac53f1b600f2bd511c1b.zip
[libFuzzer] Periodically purge allocator's quarantine to prolong fuzzing sessions.
Summary: Fuzzing targets that allocate/deallocate a lot of memory tend to consume a lot of RSS when ASan quarantine is enabled. Purging quarantine between iterations and returning memory to OS keeps RSS down and should not reduce the quarantine effectiveness provided the fuzz target does not preserve state between iterations (in this case this feature can be turned off). Based on D39153. Reviewers: vitalybuka Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D39155 llvm-svn: 316382
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud