Home
last modified time | relevance | path

Searched defs:allocation_count (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc68 int64 TestAllocator::allocation_count() const { in allocation_count() function in xla::TestAllocator
73 int64 TestAllocator::allocation_count(int device_ordinal) const { in allocation_count() function in xla::TestAllocator
/external/rust/crates/vulkano/src/memory/
Ddevice_memory.rs337 let mut allocation_count = self in build() localVariable
655 let mut allocation_count = self in drop() localVariable
1150 fn allocation_count() { in allocation_count() function
/external/perfetto/src/profiling/memory/
Dbookkeeping.h105 uint64_t allocation_count; member
/external/rust/crates/vulkano/src/device/
Dmod.rs164 allocation_count: Mutex<u32>, field
536 pub(crate) fn allocation_count(&self) -> &Mutex<u32> { in allocation_count() method
/external/expat/tests/
Druntests.c7440 static intptr_t allocation_count = ALLOC_ALWAYS_SUCCEED; variable