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 111 virtual UBool setLeaks( UBool leaks = TRUE );
225 UBool leaks; member in class:IntlTest
262 UBool run_phase2( char* name, char* par ); // internally, supports reporting memory leaks
intltest.cpp 514 leaks = FALSE;
584 UBool rval = this->leaks;
585 this->leaks = leaksVal;
1051 // being run a second time local to a specific method in order to report only actual leaks
1053 IntlTest::run_phase2( char* name, char* par ) // supports reporting memory leaks
1078 UBool leaks = FALSE; local
1109 else if (strcmp("leaks", str) == 0 ||
1111 leaks = TRUE;
1153 "### exhaustive (e), leaks (l), -x xmlfile.xml, prop:<propery>=<value>, \n"
1181 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 193 milliseconds