Home
last modified time | relevance | path

Searched refs:num_allocs (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc34 size_t num_allocs = 0; member
93 size_t num_allocs() const { return state_->num_allocs; } in num_allocs() function in absl::container_internal::__anon19186::CheckedAlloc
110 ++state->num_allocs; in track_alloc()
194 TEST_F(PropagateOnAll, Empty) { EXPECT_EQ(0, a1.num_allocs()); } in TEST_F()
198 EXPECT_EQ(1, a1.num_allocs()); in TEST_F()
205 EXPECT_EQ(1, a1.num_allocs()); in TEST_F()
210 EXPECT_EQ(1, a1.num_allocs()); in TEST_F()
219 EXPECT_EQ(2, a1.num_allocs()); in TEST_F()
228 EXPECT_EQ(2, a1.num_allocs()); in TEST_F()
[all...]
/third_party/benchmark/test/
H A Dmemory_manager_test.cc10 result.num_allocs = 42;
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c675 uint32_t num_allocs; in pvr_calc_fscommon_size_and_tiles_in_flight() local
678 num_allocs = PVR_GET_FEATURE_VALUE(dev_info, num_raster_pipes, 0U); in pvr_calc_fscommon_size_and_tiles_in_flight()
699 num_allocs = 1; in pvr_calc_fscommon_size_and_tiles_in_flight()
701 num_allocs = 2; in pvr_calc_fscommon_size_and_tiles_in_flight()
703 num_allocs = 4; in pvr_calc_fscommon_size_and_tiles_in_flight()
714 num_allocs *= MIN2(min_tiles_in_flight, max_tiles_in_flight); in pvr_calc_fscommon_size_and_tiles_in_flight()
718 num_allocs += 1; in pvr_calc_fscommon_size_and_tiles_in_flight()
725 max_common_size /= num_allocs * 2; in pvr_calc_fscommon_size_and_tiles_in_flight()
/third_party/benchmark/src/
H A Dbenchmark_runner.cc110 memory_iterations ? static_cast<double>(memory_result->num_allocs) / in CreateRunReport()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h381 : num_allocs(0), in Result()
387 int64_t num_allocs; member

Completed in 8 milliseconds