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

/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool_test_util.h91 int allocation_count() const { return allocation_count_; }
113 int allocation_count_; member in class:net::MockTransportClientSocketFactory
H A Dtransport_client_socket_pool_test_util.cc327 allocation_count_(0),
352 allocation_count_++;
H A Dclient_socket_pool_base_unittest.cc204 MockClientSocketFactory() : allocation_count_(0) {}
219 allocation_count_++;
244 int allocation_count() const { return allocation_count_; }
247 int allocation_count_; member in class:net::__anon9518::MockClientSocketFactory
/external/chromium_org/v8/src/
H A Dallocation-tracker.h28 unsigned allocation_count() const { return allocation_count_; }
38 unsigned allocation_count_; member in class:v8::internal::AllocationTraceNode
H A Dallocation-tracker.cc19 allocation_count_(0),
52 ++allocation_count_;
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' ');

Completed in 232 milliseconds