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

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc688 static void* RunDisabledLeaks(void* a) { function
699 CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0);
708 RunDisabledLeaks(NULL);
709 RunDisabledLeaks(NULL);
711 RunDisabledLeaks(NULL);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc688 static void* RunDisabledLeaks(void* a) { function
699 CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0);
708 RunDisabledLeaks(NULL);
709 RunDisabledLeaks(NULL);
711 RunDisabledLeaks(NULL);

Completed in 727 milliseconds