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

  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 139 int MemoryRegionMap::client_count_ = 0; member in class:MemoryRegionMap
192 client_count_ += 1;
194 if (client_count_ > 1) {
224 RAW_CHECK(client_count_ > 0, "");
225 client_count_ -= 1;
226 if (client_count_ != 0) { // not last client; need not really shutdown
memory_region_map.h 267 static int client_count_; member in class:MemoryRegionMap
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 140 int MemoryRegionMap::client_count_ = 0; member in class:MemoryRegionMap
200 client_count_ += 1;
202 if (client_count_ > 1) {
243 RAW_CHECK(client_count_ > 0, "");
244 client_count_ -= 1;
245 if (client_count_ != 0) { // not last client; need not really shutdown
282 return client_count_ > 0;
    [all...]
memory_region_map.h 291 static int client_count_; member in class:MemoryRegionMap

Completed in 386 milliseconds