HomeSort by relevance Sort by last modified time
    Searched full:main_thread_counter (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc 465 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
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc 465 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
    [all...]

Completed in 847 milliseconds