Home
last modified time | relevance | path

Searched refs:allocation_count_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
Dallocation-tracker.h37 unsigned allocation_count() const { return allocation_count_; } in allocation_count()
49 unsigned allocation_count_; variable
Dallocation-tracker.cc20 allocation_count_(0), in AllocationTraceNode()
52 ++allocation_count_; in AddAllocation()
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' '); in Print()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc45 allocation_count_++; in Allocate()
64 return allocation_count_; in allocation_count()
Dlocal_client_test_base.h65 int64 allocation_count_ GUARDED_BY(count_mutex_) = 0;