Searched defs:allocation_count (Results 1 – 5 of 5) sorted by relevance
68 int64 TestAllocator::allocation_count() const { in allocation_count() function in xla::TestAllocator73 int64 TestAllocator::allocation_count(int device_ordinal) const { in allocation_count() function in xla::TestAllocator
337 let mut allocation_count = self in build() localVariable655 let mut allocation_count = self in drop() localVariable1150 fn allocation_count() { in allocation_count() function
105 uint64_t allocation_count; member
164 allocation_count: Mutex<u32>, field536 pub(crate) fn allocation_count(&self) -> &Mutex<u32> { in allocation_count() method
7440 static intptr_t allocation_count = ALLOC_ALWAYS_SUCCEED; variable