.. |
CMakeLists.txt
|
[sanitizers] Allocate 12MB for stack instead of 134MB
|
2016-07-12 20:10:28 +00:00 |
malloc_stress_transfer_test.cc
|
[sanitizer] adding a threaded performance stress test for malloc (useful for manual analysis of malloc performance)
|
2016-08-23 21:12:04 +00:00 |
sanitizer_allocator_test.cc
|
[sanitizer] re-apply r279572 and r279595 reverted in r279643: change the 64-bit allocator to use a single array for free-d chunks instead of a lock-free linked list of tranfer batches. This change simplifies the code, makes the allocator more 'hardened', and will allow simpler code to release RAM to OS. This may also slowdown malloc stress tests due to lock contension, but I did not observe noticeable slowdown on various real multi-threaded benchmarks.
|
2016-08-24 21:20:10 +00:00 |
sanitizer_allocator_testlib.cc
|
[sanitizer] allocator: introduce kUseSeparateSizeClassForBatch (false by default). When true, it will cause all TransferBatches to be allocated on a separate dedicated size class, which improves security and may potentially simplify memory reclamation. However in the current state this may cause up to 3% extra memory usage. Subsequent changes should bring this overhead down
|
2016-07-22 01:13:13 +00:00 |
sanitizer_atomic_test.cc
|
asan: fix atomic operations on ARM
|
2014-01-22 14:13:37 +00:00 |
sanitizer_bitvector_test.cc
|
[sanitizer] implement node removal in Deadlock graph
|
2014-02-17 11:21:52 +00:00 |
sanitizer_bvgraph_test.cc
|
[sanitizer] speed up the bitvector-based deadlock detector by ~15% (iterate over the currently held locks using the array, not the bitvector. Bitvector is not the best data structure to iterate over)
|
2014-03-31 07:23:50 +00:00 |
sanitizer_common_test.cc
|
Reapply: [asan] On OS X, log reports to syslog and os_trace
|
2015-11-20 18:41:44 +00:00 |
sanitizer_deadlock_detector_test.cc
|
Remove TSAN_DEBUG in favor of SANITIZER_DEBUG.
|
2015-01-03 04:29:12 +00:00 |
sanitizer_flags_test.cc
|
[compiler-rt] Fix broken (flaky) unittests based on FlagParser.
|
2016-06-30 15:11:13 +00:00 |
sanitizer_format_interceptor_test.cc
|
[Sanitizer tests] Fix most of the build problems on Windows
|
2014-05-13 12:02:53 +00:00 |
sanitizer_ioctl_test.cc
|
[Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
|
2016-03-11 05:57:20 +00:00 |
sanitizer_libc_test.cc
|
[compiler-rt] Do not pull in min and max macros from windows.h
|
2015-11-20 20:18:06 +00:00 |
sanitizer_linux_test.cc
|
Fixed non-NULL terminating array bug in SanitizerCommon.StartSubprocessTest that caused them to fail sometimes and act flaky.
|
2016-02-15 05:11:51 +00:00 |
sanitizer_list_test.cc
|
…
|
|
sanitizer_mutex_test.cc
|
[Sanitizer tests] Fix most of the build problems on Windows
|
2014-05-13 12:02:53 +00:00 |
sanitizer_nolibc_test.cc
|
…
|
|
sanitizer_nolibc_test_main.cc
|
…
|
|
sanitizer_posix_test.cc
|
[compiler-rt] Fix TLS resource leaking in unittest
|
2016-06-30 19:56:14 +00:00 |
sanitizer_printf_test.cc
|
[compiler-rt] Fix Sanitizer-common Unittests on win64
|
2016-06-29 21:57:58 +00:00 |
sanitizer_procmaps_test.cc
|
[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfModules().
|
2016-02-22 18:52:51 +00:00 |
sanitizer_pthread_wrappers.h
|
[sanitizers] Allocate 12MB for stack instead of 134MB
|
2016-07-12 20:10:28 +00:00 |
sanitizer_stackdepot_test.cc
|
Change StackDepot interface to use StackTrace more extensively
|
2014-10-26 06:23:07 +00:00 |
sanitizer_stacktrace_printer_test.cc
|
[sanitizer_common] Added VS-style output for source locations
|
2015-06-04 01:20:06 +00:00 |
sanitizer_stacktrace_test.cc
|
[sanitizer] Stop unwinding the stack when a close-to-zero PC is found
|
2016-06-27 15:32:18 +00:00 |
sanitizer_stoptheworld_test.cc
|
asan: fix signal handling during stoptheworld
|
2015-03-02 17:36:02 +00:00 |
sanitizer_stoptheworld_testlib.cc
|
…
|
|
sanitizer_suppressions_test.cc
|
Unit test the CRLF change to suppression parsing
|
2015-08-27 18:05:33 +00:00 |
sanitizer_symbolizer_test.cc
|
XFAIL one sanitizer symbolizer test for FreeBSD
|
2016-07-31 19:27:46 +00:00 |
sanitizer_test_config.h
|
[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest.h conditional
|
2014-05-13 13:25:12 +00:00 |
sanitizer_test_main.cc
|
[compiler-rt] Fix minimal stack reserved for unittest on MSVC build
|
2016-07-07 18:41:08 +00:00 |
sanitizer_test_utils.h
|
[Sanitizers] Intercept snprintf_l() on FreeBSD
|
2014-12-22 12:29:40 +00:00 |
sanitizer_thread_registry_test.cc
|
[compiler-rt] Reset global variables in ThreadRegistryThreadedTest
|
2016-06-30 14:37:26 +00:00 |
standalone_malloc_test.cc
|
…
|
|