Searched refs:leaks (Results 1 - 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-fs-read-stream-fd-leak.js | 27 console.log(`testing for leaks from fs.createReadStream().${endFn}()...`);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.cpp | 580 leaks = false; in IntlTest() 667 UBool rval = this->leaks; in setLeaks() 668 this->leaks = leaksVal; in setLeaks() 1202 // being run a second time local to a specific method in order to report only actual leaks 1204 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks in run_phase2() 1234 UBool leaks = false; in main() local 1274 else if (strcmp("leaks", str) == 0 || in main() 1276 leaks = true; in main() 1326 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<property>=<value>, \n" in main() 1353 major.setLeaks( leaks ); in main() [all...] |
H A D | intltest.h | 150 virtual UBool setLeaks( UBool leaks = true ); 374 UBool leaks; member in IntlTest 419 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftdbgmem.c | 310 FT_Long leaks = 0; in ft_mem_table_destroy() local 334 leaks += node->size; in ft_mem_table_destroy() 377 leaks, leak_count ); in ft_mem_table_destroy() 379 printf( "FreeType: no memory leaks detected\n" ); in ft_mem_table_destroy()
|
/third_party/ffmpeg/ |
H A D | configure | 476 leaks and errors, using the specified valgrind binary.
|
Completed in 11 milliseconds