HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 126 - 150 of 211) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/go/darwin-x86/test/
escape5.go 136 // should make p leak always
escape_map.go 62 // The following if is merely to use (but not leak) k.
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 89 // extraEnvVars returns environment variables that should not leak into child processes.
  /prebuilts/go/linux-x86/test/
escape5.go 136 // should make p leak always
escape_map.go 62 // The following if is merely to use (but not leak) k.
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java 237 blue.leak();
  /external/libchrome/base/
tracked_objects.h 622 // using the data structures, then the |leak| argument should be passed in as
626 // then you can pass in a |leak| value of false, and this function will
629 static void ShutdownSingleThreadedCleanup(bool leak);
    [all...]
tracked_objects.cc 487 child = new Births(location, *this); // Leak this.
762 void ThreadData::ShutdownSingleThreadedCleanup(bool leak) {
774 // To be clean, break apart the retired worker list (though we leak them).
791 // call this function, we may sometimes leak all the data structures we
793 if (leak) {
    [all...]
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 8 LEAK SUMMARY:
20 To see them, rerun with: --leak-check=full --show-leak-kinds=all
23 LEAK SUMMARY:
37 LEAK SUMMARY:
49 LEAK SUMMARY:
61 LEAK SUMMARY:
73 LEAK SUMMARY:
87 LEAK SUMMARY:
101 LEAK SUMMARY
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SystemUIApplication.java 54 import com.android.systemui.util.leak.GarbageMonitor;
  /system/core/libmemunreachable/tests/
HeapWalker_test.cpp 79 TEST_F(HeapWalkerTest, leak) {
  /system/core/trusty/keymaster/
Makefile 132 MEMCHECK_OPTS=--leak-check=full \
  /build/soong/ui/build/
kati.go 104 // Kati leaks memory, so ensure leak detection is turned off
  /external/compiler-rt/lib/lsan/
lsan_common.cc 11 // Implementation of common leak checking functionality.
73 static const char kSuppressionLeak[] = "leak";
117 const char *Leak() { return Blue(); }
365 // ForEachChunk callback. Resets the tags to pre-leak-check state.
429 // Clean up for subsequent leak checks. This assumes we did not overwrite any
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
553 leaks_.push_back(leak);
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2)
    [all...]
  /external/swiftshader/third_party/LLVM/test/
Makefile 51 VALGRIND := valgrind --tool=memcheck --quiet --trace-children=yes --error-exitcode=3 --leak-check=full $(VALGRIND_EXTRA_ARGS)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
FragmentHostManager.java 39 import com.android.systemui.util.leak.LeakDetector;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ExtensionControllerImpl.java 29 import com.android.systemui.util.leak.LeakDetector;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerServiceImpl.java 50 import com.android.systemui.util.leak.LeakDetector;
68 // Set of all tunables, used for leak detection.
  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 78 f.Badf(id.Pos(), "the cancel function returned by context.%s should be called, not discarded, to avoid a context leak",
125 f.Badf(stmt.Pos(), "the %s function is not used on all paths (possible context leak)", v.Name())
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 78 f.Badf(id.Pos(), "the cancel function returned by context.%s should be called, not discarded, to avoid a context leak",
125 f.Badf(stmt.Pos(), "the %s function is not used on all paths (possible context leak)", v.Name())
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /external/syslinux/com32/lib/libpng/
CHANGES 203 fixed memory leak in pngwrite.c (free info_ptr->text) (Glenn R-P)
516 Added code in pngwrite.c to free info_ptr->text[i].key to stop a memory leak.
    [all...]
  /system/keymaster/
Makefile 173 MEMCHECK_OPTS=--leak-check=full \
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweepbuf.go 98 // leak because even a 1TB heap would waste
  /prebuilts/go/linux-x86/src/runtime/
mgcsweepbuf.go 98 // leak because even a 1TB heap would waste

Completed in 571 milliseconds

1 2 3 4 56 7 8 9