HomeSort by relevance Sort by last modified time
    Searched defs:allocation_count (Results 1 - 6 of 6) 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
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/v8/src/
allocation-tracker.h 28 unsigned allocation_count() const { return allocation_count_; } function in class:v8::internal::AllocationTraceNode
  /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++;

Completed in 231 milliseconds