Home
last modified time | relevance | path

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

/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()