HomeSort by relevance Sort by last modified time
    Searched defs:leaks (Results 1 - 5 of 5) sorted by null

  /external/v8/tools/
run-valgrind.py 31 # stderr for memory leaks.
62 leaks = [] variable
65 leaks.append(line)
71 if len(leaks) < 2 or len(leaks) > 3:
76 # No leaks found.
  /external/icu4c/test/intltest/
intltest.h 134 virtual UBool setLeaks( UBool leaks = TRUE );
270 UBool leaks; member in class:IntlTest
313 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
intltest.cpp 530 leaks = FALSE;
607 UBool rval = this->leaks;
608 this->leaks = leaksVal;
1077 // being run a second time local to a specific method in order to report only actual leaks
1079 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1105 UBool leaks = FALSE; local
1136 else if (strcmp("leaks", str) == 0 ||
1138 leaks = TRUE;
1183 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1212 major.setLeaks( leaks );
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 354 FT_ULong leaks = 0; local
377 leaks += node->size;
422 leaks, leak_count );
424 printf( "FreeType: no memory leaks detected\n" );
  /external/qemu/
block.h 102 int leaks; member in struct:BdrvCheckResult

Completed in 388 milliseconds