Searched refs:alloc_count_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc304 if (!LowLevelAlloc::DeleteArena(arena_) || alloc_count_ != 0) {
305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
310 return alloc_count_;
315 if (p) alloc_count_ += 1;
320 if (p) alloc_count_ -= 1;
337 static int alloc_count_; member in class:HeapLeakChecker::Allocator
341 int HeapLeakChecker::Allocator::alloc_count_ = 0; member in class:HeapLeakChecker::Allocator
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc304 if (!LowLevelAlloc::DeleteArena(arena_) || alloc_count_ != 0) {
305 RAW_LOG(FATAL, "Internal heap checker leak of %d objects", alloc_count_);
310 return alloc_count_;
315 if (p) alloc_count_ += 1;
320 if (p) alloc_count_ -= 1;
337 static int alloc_count_; member in class:HeapLeakChecker::Allocator
341 int HeapLeakChecker::Allocator::alloc_count_ = 0; member in class:HeapLeakChecker::Allocator

Completed in 84 milliseconds