Home
last modified time | relevance | path

Searched refs:kNumIterations (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dcurrent_allocated_bytes.cpp27 const int kNumIterations = 1000; in main() local
28 for (int iter = 0; iter < kNumIterations; iter++) { in main()
42 printf("Success after %d iterations\n", kNumIterations); in main()
H A Dhalt_on_error_suppress_equal_pcs.cpp28 unsigned kNumIterations = 10; variable
35 for (int i = 0; i < kNumIterations; ++i) { in main()
45 for (int i = 0; i < kNumIterations; ++i) { in main()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dmalloc_stress_transfer_test.cpp6 const size_t kNumIterations = 1 << 7; variable
13 for (size_t i = 0; i < kNumIterations; i++) { in Thread()
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cpp98 const size_t kNumIterations = (ASAN_LOW_MEMORY) ? 300000 : 1000000; in TEST() local
99 MallocStress((void *)&kNumIterations); in TEST()
104 const size_t kNumIterations = (ASAN_LOW_MEMORY) ? 10000 : 100000; in TEST() local
108 (void *)&kNumIterations); in TEST()
H A Dasan_mac_test.cpp172 const int kNumWorkers = 5, kNumIterations = 100; in TEST() local
174 for (iter = 0; iter < kNumIterations; iter++) { in TEST()
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Drecoverable.cpp191 constexpr unsigned kNumIterations = 100000; in TEST_P() local
192 runInterThreadThrashingSingleAlloc(kNumIterations, &GPA); in TEST_P()