llvm-project/compiler-rt/lib/scudo/standalone/tests
Peter Collingbourne 9c86b83ffc scudo: Replace ALIGNED macro with standard alignas specifier.
alignas was introduced in C++11 and is already being used throughout LLVM.

Differential Revision: https://reviews.llvm.org/D77823
2020-04-09 14:36:03 -07:00
..
CMakeLists.txt scudo: Create a public include directory. NFCI. 2020-03-23 18:23:29 -07:00
atomic_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
bytemap_test.cpp scudo: Delete unused class ScudoByteMap. NFCI. 2020-02-06 09:30:24 -08:00
checksum_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
chunk_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
combined_test.cpp [scudo][standalone] Allow fallback to secondary if primary is full 2020-03-20 07:55:20 -07:00
flags_test.cpp [GWP-ASan] [Scudo] ifdef entire GWP-ASan tests. 2019-12-13 09:45:28 -08:00
list_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
map_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
mutex_test.cpp scudo: Replace ALIGNED macro with standard alignas specifier. 2020-04-09 14:36:03 -07:00
primary_test.cpp scudo: Add initial memory tagging support. 2020-01-16 13:27:49 -08:00
quarantine_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
release_test.cpp [scudo][standalone] Various improvements wrt RSS 2020-02-26 12:25:43 -08:00
report_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
scudo_unit_test.h [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
scudo_unit_test_main.cpp scudo: Fix one of the C wrapper tests on Android. 2019-12-05 11:15:31 -08:00
secondary_test.cpp [scudo][standalone] Fix a race in the secondary release 2020-02-05 11:02:51 -08:00
size_class_map_test.cpp [scudo][standalone] Various improvements wrt RSS 2020-02-26 12:25:43 -08:00
stats_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
strings_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
tsd_test.cpp [scudo][standalone] Fork support 2020-01-14 07:51:48 -08:00
vector_test.cpp [scudo][standalone] Make tests work on Fuchsia 2019-11-27 09:17:40 -08:00
wrappers_c_test.cpp scudo: Fix various test failures, mostly on 32-bit. 2020-02-11 12:18:35 -08:00
wrappers_cpp_test.cpp [scudo][standalone] Fork support 2020-01-14 07:51:48 -08:00