HomeSort by relevance Sort by last modified time
    Searched refs:allocation_count_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/socket/
transport_client_socket_pool_test_util.h 91 int allocation_count() const { return allocation_count_; }
113 int allocation_count_; member in class:net::MockTransportClientSocketFactory
transport_client_socket_pool_test_util.cc 327 allocation_count_(0),
352 allocation_count_++;
client_socket_pool_base_unittest.cc 204 MockClientSocketFactory() : allocation_count_(0) {}
219 allocation_count_++;
244 int allocation_count() const { return allocation_count_; }
247 int allocation_count_; member in class:net::__anon14143::MockClientSocketFactory
    [all...]
  /external/chromium_org/v8/src/
allocation-tracker.h 28 unsigned allocation_count() const { return allocation_count_; }
38 unsigned allocation_count_; member in class:v8::internal::AllocationTraceNode
allocation-tracker.cc 19 allocation_count_(0),
52 ++allocation_count_;
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' ');

Completed in 772 milliseconds