Searched defs: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_; } function in class:net::MockTransportClientSocketFactory
H A Dclient_socket_pool_base_unittest.cc244 int allocation_count() const { return allocation_count_; } function in class:net::__anon9518::MockClientSocketFactory
915 client_socket_factory_.allocation_count());
925 client_socket_factory_.allocation_count());
952 client_socket_factory_.allocation_count());
961 client_socket_factory_.allocation_count());
983 client_socket_factory_.allocation_count());
1018 client_socket_factory_.allocation_count());
1027 client_socket_factory_.allocation_count());
1074 client_socket_factory_.allocation_count());
1097 EXPECT_EQ(kDefaultMaxSockets, client_socket_factory_.allocation_count());
[all...]
/external/chromium_org/v8/src/
H A Dallocation-tracker.h28 unsigned allocation_count() const { return allocation_count_; } function in class:v8::internal::AllocationTraceNode
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlow_level_alloc.cc188 SpinLock mu; // protects freelist, allocation_count,
191 int32 allocation_count; // count of allocated blocks (under mu) member in struct:LowLevelAlloc::Arena
280 arena->allocation_count = 0;
318 bool empty = (arena->allocation_count == 0);
426 RAW_CHECK(arena->allocation_count > 0, "nothing in arena to free");
427 arena->allocation_count--;
491 arena->allocation_count++;
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlow_level_alloc.cc188 SpinLock mu; // protects freelist, allocation_count,
191 int32 allocation_count; // count of allocated blocks (under mu) member in struct:LowLevelAlloc::Arena
280 arena->allocation_count = 0;
318 bool empty = (arena->allocation_count == 0);
426 RAW_CHECK(arena->allocation_count > 0, "nothing in arena to free");
427 arena->allocation_count--;
491 arena->allocation_count++;

Completed in 1176 milliseconds