Home
last modified time | relevance | path

Searched defs:deallocation_count (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dcontext_allocator_end2end_test.cc187 std::atomic<int>* deallocation_count) in NullAllocator()
219 std::atomic<int> deallocation_count{0}; in TEST_P() local
237 std::atomic<int>* deallocation_count) in SimpleAllocator()
269 std::atomic<int> deallocation_count{0}; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dlocal_client_test_base.cc81 int64_t TestAllocator::deallocation_count() const { in deallocation_count() function in xla::TestAllocator
86 int64_t TestAllocator::deallocation_count(int device_ordinal) const { in deallocation_count() function in xla::TestAllocator