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

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc465 static int main_thread_counter; // storage for use before main() variable
473 return main_thread_counter;
480 main_thread_counter = value;
501 void* p = (void*)main_thread_counter; // store the counter directly
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc465 static int main_thread_counter; // storage for use before main() variable
473 return main_thread_counter;
480 main_thread_counter = value;
501 void* p = (void*)main_thread_counter; // store the counter directly

Completed in 59 milliseconds