Searched defs:allocation_count (Results 1 – 4 of 4) sorted by relevance
62 int64 TestAllocator::allocation_count() const { in allocation_count() function in xla::TestAllocator67 int64 TestAllocator::allocation_count(int device_ordinal) const { in allocation_count() function in xla::TestAllocator
37 unsigned allocation_count() const { return allocation_count_; } in allocation_count() function
295 uint64_t allocation_count = 0; member
7909 static intptr_t allocation_count = ALLOC_ALWAYS_SUCCEED; variable