/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | soft_rss_limit_mb_test.cc | 27 int num_allocs = kMaxNumAllocs / 4; in main() local 28 for (int i = 0; i < 3; i++, num_allocs *= 2) { in main() 29 fprintf(stderr, "[%d] allocating %d times\n", i, num_allocs); in main() 31 for (int j = 0; j < num_allocs; j++) { in main() 32 if ((j % (num_allocs / 8)) == 0) { in main() 45 if (zero_results != num_allocs) in main() 47 num_allocs - zero_results); in main() 48 for (int j = 0; j < num_allocs; j++) { in main()
|
/external/grpc-grpc/test/core/iomgr/ |
D | resource_quota_test.cc | 695 int num_allocs = 0; in test_one_slice() local 696 grpc_resource_user_slice_allocator_init(&alloc, usr, inc_int_cb, &num_allocs); in test_one_slice() 702 const int start_allocs = num_allocs; in test_one_slice() 706 assert_counter_becomes(&num_allocs, start_allocs + 1); in test_one_slice() 727 int num_allocs = 0; in test_one_slice_deleted_late() local 728 grpc_resource_user_slice_allocator_init(&alloc, usr, inc_int_cb, &num_allocs); in test_one_slice_deleted_late() 734 const int start_allocs = num_allocs; in test_one_slice_deleted_late() 738 assert_counter_becomes(&num_allocs, start_allocs + 1); in test_one_slice_deleted_late() 769 int num_allocs = 0; in test_negative_rq_free_pool() local 770 grpc_resource_user_slice_allocator_init(&alloc, usr, inc_int_cb, &num_allocs); in test_negative_rq_free_pool() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_cpu_allocator.h | 92 stats_.num_allocs = 0; in ClearStats() 103 ++stats_.num_allocs; in IncrementStats() 256 stats_.num_allocs = l_stats->num_allocs + s_stats->num_allocs; in GetStats()
|
D | bfc_allocator.cc | 336 ++stats_.num_allocs; in FindChunkPtr() 696 stats_.num_allocs = 0; in ClearStats()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | allocator_stats.h | 30 int64 num_allocs; // Number of allocations. member 40 : num_allocs(0), in AllocatorStats()
|
D | allocator_stats.cc | 29 this->peak_bytes_in_use, this->num_allocs, this->largest_alloc_size); in DebugString()
|
/external/tensorflow/tensorflow/core/framework/ |
D | allocator_test.cc | 27 static void CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use, in CheckStats() argument 43 EXPECT_EQ(stats->num_allocs, num_allocs); in CheckStats()
|
D | allocator.cc | 37 this->peak_bytes_in_use, this->num_allocs, this->largest_alloc_size); in DebugString() 125 ++stats_.num_allocs; in AllocateRaw() 160 stats_.num_allocs = 0; in ClearStats()
|
D | allocator.h | 61 int64 num_allocs; // Number of allocations. member 71 : num_allocs(0), in AllocatorStats()
|
/external/tensorflow/tensorflow/core/common_runtime/sycl/ |
D | sycl_allocator.cc | 49 ++stats_.num_allocs; in AllocateRaw() 76 stats_.num_allocs = 0; in ClearStats()
|
/external/bcc/tools/lib/ |
D | uobjnew.py | 182 data = sorted(data.items(), key=lambda kv: kv[1].num_allocs) 196 (obj_type, value.num_allocs, value.total_size))
|
/external/libcxx/utils/google-benchmark/test/ |
D | memory_manager_test.cc | 10 result->num_allocs = 42; in Stop()
|
/external/google-benchmark/test/ |
D | memory_manager_test.cc | 10 result->num_allocs = 42; in Stop()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device_context.cc | 63 tf_stats.num_allocs = se_stats->num_allocs; in GetStats()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator_test.cc | 38 static void CheckStats(Allocator* a, int64 num_allocs, int64 bytes_in_use, in CheckStats() argument 48 EXPECT_EQ(stats->num_allocs, num_allocs); in CheckStats()
|
/external/libcxx/utils/google-benchmark/src/ |
D | benchmark_runner.cc | 95 memory_iterations ? static_cast<double>(memory_result.num_allocs) / in CreateRunReport()
|
/external/google-benchmark/src/ |
D | benchmark_runner.cc | 95 memory_iterations ? static_cast<double>(memory_result.num_allocs) / in CreateRunReport()
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1507 Result() : num_allocs(0), max_bytes_used(0) {} in Result() 1510 int64_t num_allocs; member
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1507 Result() : num_allocs(0), max_bytes_used(0) {} in Result() 1510 int64_t num_allocs; member
|