Home
last modified time | relevance | path

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

/external/chromium_org/net/socket/
Dtransport_client_socket_pool_test_util.h91 int allocation_count() const { return allocation_count_; } in allocation_count()
113 int allocation_count_; variable
Dtransport_client_socket_pool_test_util.cc327 allocation_count_(0), in MockTransportClientSocketFactory()
352 allocation_count_++; in CreateTransportClientSocket()
Dclient_socket_pool_base_unittest.cc204 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
/external/chromium_org/v8/src/
Dallocation-tracker.h28 unsigned allocation_count() const { return allocation_count_; } in allocation_count()
38 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()