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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc266 // together with setting heap_checker_on (below) to true
272 static bool heap_checker_on = false; variable
587 if (heap_checker_on) {
602 if (heap_checker_on) heap_profile->RecordFree(ptr);
1515 if (!heap_checker_on) return;
1535 if (!heap_checker_on) return;
1584 if (heap_checker_on && profile_name_prefix != NULL) {
1725 if (heap_checker_on == false) {
1892 return heap_checker_on;
2034 heap_checker_on
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc266 // together with setting heap_checker_on (below) to true
272 static bool heap_checker_on = false; variable
587 if (heap_checker_on) {
602 if (heap_checker_on) heap_profile->RecordFree(ptr);
1515 if (!heap_checker_on) return;
1535 if (!heap_checker_on) return;
1584 if (heap_checker_on && profile_name_prefix != NULL) {
1725 if (heap_checker_on == false) {
1892 return heap_checker_on;
2034 heap_checker_on
[all...]

Completed in 1865 milliseconds