[PATCH] D28027: Expose thread local quarantine size as ASAN option.

Evgeniy Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 21 13:24:38 PST 2016


eugenis added a comment.

Could you change the test to use __sanitizer_get_heap_size? That would avoid the need to sleep in the test (which can be flaky under load). Also, that way you can measure incremental memory use, instead of hardcoding a total rss limit which includes all kinds of unrelated allocations.


https://reviews.llvm.org/D28027





More information about the llvm-commits mailing list