Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dallocation-tracker.h37 unsigned allocation_count() const { return allocation_count_; } in allocation_count()
47 unsigned allocation_count_; variable
Dallocation-tracker.cc19 allocation_count_(0), in AllocationTraceNode()
52 ++allocation_count_; in AddAllocation()
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' '); in Print()