Home
last modified time | relevance | path

Searched refs:total_num_alloc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/test/lsan/TestCases/
Dhigh_allocator_contention.cpp12 int total_num_alloc; variable
24 for (int i = 0; i < total_num_alloc / num_threads; i++) { in thread_fun()
37 total_num_alloc = atoi(argv[2]); in main()
38 assert(total_num_alloc > 0); in main()
40 total_num_alloc / num_threads); in main()
/external/compiler-rt/test/lsan/TestCases/
Dhigh_allocator_contention.cc12 int total_num_alloc; variable
24 for (int i = 0; i < total_num_alloc / num_threads; i++) { in thread_fun()
37 total_num_alloc = atoi(argv[2]); in main()
38 assert(total_num_alloc > 0); in main()
40 total_num_alloc / num_threads); in main()
/external/llvm-project/compiler-rt/test/scudo/
Dthreads.c17 int total_num_alloc; variable
29 for (int i = 0; i < total_num_alloc / num_threads; i++) { in thread_fun()
42 total_num_alloc = atoi(argv[2]); in main()
43 assert(total_num_alloc > 0); in main()
46 total_num_alloc / num_threads); in main()