Make thread local quarantine size an option so it can be turned off to save memory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.