Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsoft_rss_limit_mb_test.cpp36 int num_allocs = kMaxNumAllocs / 16; in main() local
37 for (int i = 0; num_allocs <= kMaxNumAllocs; i++, num_allocs *= 2) { in main()
38 fprintf(stderr, "[%d] allocating %d times\n", i, num_allocs); in main()
40 for (int j = 0; j < num_allocs; j++) { in main()
41 if ((j % (num_allocs / 8)) == 0) { in main()
54 if (zero_results != num_allocs) in main()
56 num_allocs - zero_results); in main()
57 for (int j = 0; j < num_allocs; j++) { in main()
/llvm-project/third-party/benchmark/test/
H A Dmemory_manager_test.cc10 result.num_allocs = 42; in Stop()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_runner.cc111 memory_iterations ? static_cast<double>(memory_result->num_allocs) / in CreateRunReport()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h384 : num_allocs(0), in Result()
390 int64_t num_allocs; member