HomeSort by relevance Sort by last modified time
    Searched full:leak (Results 326 - 350 of 1447) sorted by null

<<11121314151617181920>>

  /external/clang/test/Analysis/
PR2599.m 58 NSString *tmp2 = UTIL_AUTORELEASE_CF_AS_ID( CFStringCreateWithFormat(((void*)0), ((void*)0), ((CFStringRef) __builtin___CFStringMakeConstantString ("" "lorem: %@" "")), tmp1) ); // expected-warning 2 {{leak}}
objc-subscript.m 31 NSObject *string1 = [[NSObject alloc] init]; // expected-warning {{Potential leak}}
stream.c 65 return; // expected-warning {{Opened File never closed. Potential Resource leak}}
Malloc+MismatchedDeallocator+NewDelete.cpp 17 } // expected-warning{{Potential leak of memory pointed to by 'p'}}
56 // expected-warning@-2 {{Potential leak of memory pointed to by 'p'}}
  /external/compiler-rt/lib/lsan/
lsan_common.cc 11 // Implementation of common leak checking functionality.
436 Leak leak = { /* hit_count */ 1, leaked_size, stack_trace_id,
438 leaks_.push_back(leak);
441 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
460 Printf("The %zu largest leak(s):\n", num_leaks_to_print);
465 Printf("%s leak of %zu byte(s) in %zu object(s) allocated from:\n",
475 Printf("Omitting %zu more leak(s).\n", remaining);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_itanium.cc 34 // it does not allocate). For now, we just call it anyway, and we leak
  /external/e2fsprogs/tests/
test_script.in 15 export USE_VALGRIND="valgrind --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes --log-file=/tmp/valgrind-%p.log"
  /external/mesa3d/bin/
.cherry-ignore 25 5c86a728d4f688c0fe7fbf9f4b8f88060b65c4ee r600g: fix htile buffer leak
  /external/mesa3d/docs/
relnotes-7.4.2.html 45 <li>Fixed texture object mem leak during context destruction.
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 46 * you remove the cached headers or you will have a memory leak.
  /external/skia/src/core/
SkTLS.cpp 29 // else we leak fData, or it will be managed by the caller
  /external/v8/test/mjsunit/
string-replace-with-empty.js 67 // a memory leak. This makes valgrind happy.
  /external/valgrind/main/gdbserver_tests/
README_DEVELOPERS 184 mo l # leak output to appear in log of process
186 mo l # leak output to appear in gdb
209 vgdb leak
213 NB: this will make firefox run extremely slow, as it will do a leak
  /external/webp/
README.android 10 (e.g. bits.h) to leak into
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 28 /* this test is used to check that a memory-leak in vfprintf was fixed.
  /external/clang/www/analyzer/
annotations.html 190 return [[NSString alloc] initWithCString:"no leak here"];
193 return [[NSString alloc] initWithCString:"flag a leak"];
308 return (NSDate*) returnsRetainedCFDate(); <b><i>// No leak.</i></b>
312 return (NSDate*) returnsRetainedCFDate(); <b><i>// Always report a leak.</i></b>
316 return (NSDate*) returnsRetainedCFDate(); <b><i>// Report a leak when using GC.</i></b>
329 which indicates a leak that occurs <em>only</em> when using garbage
403 consume_ns(x); <b><i>// No leak!</i></b>
413 [Foo releaseArg:x]; <b><i>// No leak!</i></b>
461 consume_cf(x); <b><i>// No leak!</i></b>
466 consume_CFDate(date); <b><i>// No leak, including under GC!</i></b
    [all...]
  /external/chromium/base/memory/
singleton_unittest.cc 230 // *not* detect the leak when this call is commented out. :(
254 // The leaky singleton shouldn't leak since SingletonLeak has not been called.
  /external/chromium_org/chrome/renderer/safe_browsing/
malware_dom_details_browsertest.cc 33 // Note: This part of the test causes 2 leaks: LEAK: 5 WebCoreNode
34 // LEAK: 2 CachedResource.
  /external/chromium_org/ppapi/proxy/
ppb_broker_proxy.cc 107 // The handle might leak if the plugin never calls GetHandle().
228 // The handle could still leak if Send succeeded but the IPC later failed.
  /external/clang/test/Driver/
fsanitize.c 53 // RUN: %clang -target x86_64-linux-gnu -fsanitize=leak,thread -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANL-SANT
54 // CHECK-SANL-SANT: '-fsanitize=leak' not allowed with '-fsanitize=thread'
56 // RUN: %clang -target x86_64-linux-gnu -fsanitize=leak,memory -pie -fno-rtti %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANL-SANM
57 // CHECK-SANL-SANM: '-fsanitize=leak' not allowed with '-fsanitize=memory'
137 // RUN: %clang -target x86_64-linux-gnu -fsanitize=leak %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANL
138 // CHECK-SANL: "-fsanitize=leak"
140 // RUN: %clang -target x86_64-linux-gnu -fsanitize=address,leak -fno-sanitize=address %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-SANA-SANL-NO-SANA
141 // CHECK-SANA-SANL-NO-SANA: "-fsanitize=leak"
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloMaterial.java 49 * How to make objects transparent, or let colors "leak" through partially
82 Geometry cube_leak = new Geometry("Leak-through color cube", boxshape4);
  /external/llvm/utils/lit/lit/
LitConfig.py 61 self.valgrindArgs.append('--leak-check=full')
64 self.valgrindArgs.append('--leak-check=no')
  /external/valgrind/main/memcheck/tests/
custom_alloc.c 105 array2 = 0; // leak
155 // leak from make_leak()
leak-cases.c 3 #include "leak.h"
105 // thus making them reachable. Doing the allocations in f() and the leak
sigkill.stderr.exp 196 For a detailed leak analysis, rerun with: --leak-check=full

Completed in 1476 milliseconds

<<11121314151617181920>>