OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_count_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc
304
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
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc
304
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
[
all
...]
Completed in 136 milliseconds