[lsan] Bump the thread limit from 1<<13 to 1<<22
authorFangrui Song <i@maskray.me>
Sat, 5 Jun 2021 03:15:56 +0000 (20:15 -0700)
committerFangrui Song <i@maskray.me>
Sat, 5 Jun 2021 03:15:56 +0000 (20:15 -0700)
commit35fb4b9a7c133def9cc3ff0b26b1fe17e348b843
tree076016499319688f09df1405d066293aefdc00b7
parent9ff982dbbdd4d0f851e0b32440e13ac92635ac6f
[lsan] Bump the thread limit from 1<<13 to 1<<22

This matches asan. Some applications need more than 1<<13 threads.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D103731
compiler-rt/lib/lsan/lsan_thread.cpp