Searched refs:inuse_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap_allocator.h53 inuse_ = 0;
84 inuse_++;
91 inuse_--;
94 int inuse() const { return inuse_; }
108 int inuse_; member in class:tcmalloc::PageHeapAllocator
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap_allocator.h55 inuse_ = 0;
99 inuse_++;
105 inuse_--;
108 int inuse() const { return inuse_; }
122 int inuse_; member in class:tcmalloc::PageHeapAllocator
/external/chromium_org/content/browser/appcache/
H A Dappcache_host_unittest.cc117 inuse_[origin] += 1;
121 inuse_[origin] -= 1;
125 return inuse_[origin];
129 inuse_.clear();
133 std::map<GURL, int> inuse_; member in class:content::AppCacheHostTest::MockQuotaManagerProxy

Completed in 443 milliseconds