llvm-project/compiler-rt/lib/tsan/tests
Dmitry Vyukov aff73487c9 tsan: increase dense slab alloc capacity
We've got a user report about heap block allocator overflow.
Bump the L1 capacity of all dense slab allocators to maximum
and be careful to not page the whole L1 array in from .bss.
If OS uses huge pages, this still may cause a limited RSS increase
due to boundary huge pages, but avoiding that looks hard.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D101161
2021-04-29 07:34:50 +02:00
..
rtl [TSan] Optimize handling of racy address 2020-07-16 16:22:57 +02:00
unit tsan: increase dense slab alloc capacity 2021-04-29 07:34:50 +02:00
CMakeLists.txt tsan: fix build with COMPILER_RT_TSAN_DEBUG_OUTPUT 2021-04-27 22:38:56 +02:00