Searched refs:allocation_count_ (Results 1 – 5 of 5) sorted by relevance
91 int allocation_count() const { return allocation_count_; } in allocation_count()113 int allocation_count_; variable
327 allocation_count_(0), in MockTransportClientSocketFactory()352 allocation_count_++; in CreateTransportClientSocket()
204 MockClientSocketFactory() : allocation_count_(0) {} in MockClientSocketFactory()219 allocation_count_++; in CreateTransportClientSocket()244 int allocation_count() const { return allocation_count_; } in allocation_count()247 int allocation_count_; member in net::__anon4f8a475d0111::MockClientSocketFactory
28 unsigned allocation_count() const { return allocation_count_; } in allocation_count()38 unsigned allocation_count_; variable
19 allocation_count_(0), in AllocationTraceNode()52 ++allocation_count_; in AddAllocation()57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' '); in Print()