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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc275 static pid_t heap_checker_pid = 0; variable
1925 if (heap_checker_pid != getpid()) return;
2033 RAW_DCHECK(heap_checker_pid == getpid(), "");
2148 RAW_DCHECK(heap_checker_pid == getpid(), "");
2257 heap_checker_pid = getpid(); // set it always
2304 if (heap_checker_pid != getpid()) return;
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc275 static pid_t heap_checker_pid = 0; variable
1925 if (heap_checker_pid != getpid()) return;
2033 RAW_DCHECK(heap_checker_pid == getpid(), "");
2148 RAW_DCHECK(heap_checker_pid == getpid(), "");
2256 heap_checker_pid = getpid(); // set it always
2303 if (heap_checker_pid != getpid()) return;

Completed in 144 milliseconds