llvm-capstone/compiler-rt
ChiaHungDuan 048ece4413
[scudo] Calling initCache() in init() of SizeClassAllocatorLocalCache (#71427)
initCacheMaybe() will init all the size class arrays at once and it
doesn't have much work to do even if it supports partial initialization.
This avoids the call to initCacheMaybe in each allocate()/deallocate().
2023-11-09 01:31:58 +08:00
..
cmake [compiler-rt] Pass CMAKE_TOOLCHAIN_FILE through to custom libc++ build 2023-11-06 11:27:47 -08:00
docs Fix typos in documentation 2023-05-28 13:13:12 -07:00
include [TSAN] Add __tsan_check_no_mutexes_held helper (#71568) 2023-11-08 08:02:14 +01:00
lib [scudo] Calling initCache() in init() of SizeClassAllocatorLocalCache (#71427) 2023-11-09 01:31:58 +08:00
test [TSAN] Add __tsan_check_no_mutexes_held helper (#71568) 2023-11-08 08:02:14 +01:00
tools
unittests [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
utils
www
.clang-tidy
.gitignore
CMakeLists.txt Revert "Diagnose problematic uses of constructor/destructor attribute (#67673)" 2023-10-11 09:02:24 -04:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================