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

  /art/test/004-NativeAllocations/src/
Main.java 59 int allocation_count = 256; local
61 for (int i = 0; i < allocation_count; ++i) {
  /external/chromium_org/net/socket/
transport_client_socket_pool_test_util.h 91 int allocation_count() const { return allocation_count_; } function in class:net::MockTransportClientSocketFactory
websocket_transport_client_socket_pool_unittest.cc 209 EXPECT_EQ(6, client_socket_factory_.allocation_count());
251 client_socket_factory_.allocation_count());
361 EXPECT_EQ(5, client_socket_factory_.allocation_count());
593 EXPECT_EQ(2, client_socket_factory_.allocation_count());
636 EXPECT_EQ(2, client_socket_factory_.allocation_count());
669 EXPECT_EQ(1, client_socket_factory_.allocation_count());
700 EXPECT_EQ(1, client_socket_factory_.allocation_count());
    [all...]
transport_client_socket_pool_unittest.cc 268 EXPECT_EQ(kMaxSocketsPerGroup, client_socket_factory_.allocation_count());
329 client_socket_factory_.allocation_count());
432 client_socket_factory_.allocation_count());
    [all...]
client_socket_pool_base_unittest.cc 244 int allocation_count() const { return allocation_count_; } function in class:net::__anon14143::MockClientSocketFactory
915 client_socket_factory_.allocation_count());
925 client_socket_factory_.allocation_count());
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.cc 188 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/
low_level_alloc.cc 188 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/v8/src/
allocation-tracker.h 28 unsigned allocation_count() const { return allocation_count_; } function in class:v8::internal::AllocationTraceNode
heap-snapshot-generator.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc     [all...]

Completed in 5351 milliseconds