Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc62 int64 TestAllocator::allocation_count() const { in allocation_count() function in xla::TestAllocator
67 int64 TestAllocator::allocation_count(int device_ordinal) const { in allocation_count() function in xla::TestAllocator
/external/v8/src/profiler/
Dallocation-tracker.h37 unsigned allocation_count() const { return allocation_count_; } in allocation_count() function
/external/perfetto/src/profiling/memory/
Dbookkeeping.h295 uint64_t allocation_count = 0; member
/external/expat/tests/
Druntests.c7909 static intptr_t allocation_count = ALLOC_ALWAYS_SUCCEED; variable