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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 688 static void* RunDisabledLeaks(void* a) {
699 CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0);
708 RunDisabledLeaks(NULL);
709 RunDisabledLeaks(NULL);
711 RunDisabledLeaks(NULL);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 688 static void* RunDisabledLeaks(void* a) {
699 CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0);
708 RunDisabledLeaks(NULL);
709 RunDisabledLeaks(NULL);
711 RunDisabledLeaks(NULL);
    [all...]

Completed in 40 milliseconds