llvm-project/compiler-rt/lib/sanitizer_common/tests
Dmitry Vyukov 7e6347402d tsan: fix new memory allocator
Deallocate: drain blocks to central cache if cached too much (instead of never drain).
Allocate: batch allocate fixed amount of blocks (instead of all blocks).
This significantly reduces memory consumption of large heavy-multithreaded programs.

llvm-svn: 162447
2012-08-23 17:16:07 +00:00
..
sanitizer_allocator64_test.cc tsan: fix new memory allocator 2012-08-23 17:16:07 +00:00
sanitizer_allocator64_testlib.cc [tsan] fix lint 2012-07-19 12:22:04 +00:00
sanitizer_allocator_test.cc [Sanitizer] define InternalScopedBuffer to replace large arrays on stack. It is defined analogous to similar class in tsan and should replace it. 2012-08-21 08:13:37 +00:00
sanitizer_common_test.cc [Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator 2012-07-16 11:27:17 +00:00
sanitizer_flags_test.cc [Sanitizer] add missing unit test for flag parsing (forgot to run svn add before) 2012-07-18 06:29:18 +00:00
sanitizer_list_test.cc [tsan] start using AllocatorCache in CombinedAllocator 2012-07-06 14:32:00 +00:00