Searched defs:leaked (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/shell/common/
H A Dleak_detection_result.h13 bool leaked; member in struct:content::LeakDetectionResult
/external/valgrind/main/memcheck/tests/
H A Derror_counts.c13 int* leaked __attribute__((unused)); local
43 leaked = malloc(77);
44 leaked = 0;
/external/chromium_org/mojo/examples/sample_app/
H A Dsample_app.cc29 MOJO_ALLOW_UNUSED GLES2ClientImpl* leaked = gles2_client_.release(); local
/external/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cc17 int *leaked = new int[666]; local
42 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 2664 byte(s) leaked in 1 allocation(s)
/external/stlport/test/eh/
H A DLeakCheck.h187 bool leaked = gTestController.ReportLeaked(); local
188 EH_ASSERT( !leaked );
189 if ( leaked )
/external/chromium_org/ppapi/tests/
H A Dtest_instance_deprecated.cc123 void TestInstance::LeakReferenceAndIgnore(const pp::Var& leaked) { argument
126 var_interface->AddRef(leaked.pp_var());
127 IgnoreLeakedVar(leaked.pp_var().value.as_id);
212 // NOTE: The ScriptableObjects are actually leaked, but they should be removed
215 pp::VarPrivate leaked(
221 LeakReferenceAndIgnore(leaked);
239 pp::VarPrivate leaked(instance(), new BadDestructorObject());
241 LeakReferenceAndIgnore(leaked);

Completed in 2317 milliseconds