Searched defs:deallocation_count (Results 1 – 2 of 2) sorted by relevance
187 std::atomic<int>* deallocation_count) in NullAllocator()219 std::atomic<int> deallocation_count{0}; in TEST_P() local237 std::atomic<int>* deallocation_count) in SimpleAllocator()269 std::atomic<int> deallocation_count{0}; in TEST_P() local
81 int64_t TestAllocator::deallocation_count() const { in deallocation_count() function in xla::TestAllocator86 int64_t TestAllocator::deallocation_count(int device_ordinal) const { in deallocation_count() function in xla::TestAllocator