HomeSort by relevance Sort by last modified time
    Searched full:leaked (Results 26 - 50 of 383) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/misc/cgo/test/
issue8517_windows.go 38 t.Fatalf("too many handles leaked: issue8517counter=%v c1=%v c2=%v", issue8517counter, c1, c2)
  /external/valgrind/memcheck/
memcheck.h 194 which there was an increase in leaked bytes or leaked nr of blocks
201 increased or decreased leaked bytes/blocks since previous leak
212 /* Return number of leaked, dubious, reachable and suppressed bytes found by
214 #define VALGRIND_COUNT_LEAKS(leaked, dubious, reachable, suppressed) \
217 specified, which works no matter what type 'leaked', 'dubious', etc
228 leaked = _qzz_leaked; \
234 /* Return number of leaked, dubious, reachable and suppressed bytes found by
236 #define VALGRIND_COUNT_LEAK_BLOCKS(leaked, dubious, reachable, suppressed) \
239 specified, which works no matter what type 'leaked', 'dubious', et
    [all...]
  /external/dbus/doc/
dbus-cleanup-sockets.1 33 dbus\-cleanup\-sockets in a cron job to mop up any leaked sockets.
34 Or you can just ignore the leaked sockets, they aren't really hurting
  /external/webrtc/webrtc/base/
iosfilesystem.mm 35 // Return a (leaked) copy of a directory name suitable for application data.
43 // Return a (leaked) copy of a directory name suitable for use as a $TEMP.
basictypes.h 67 // Use these to declare and define a static local variable that gets leaked so
  /system/core/libmemunreachable/
LeakFolding.h 36 bool Leaked(allocator::vector<Leak>& leaked,
README.md 8 In the default (zero-overhead) mode, the returned data on leaks is limited to the address, approximate (upper bound) size, and the the first 32 bytes of the contents of the leaked allocation. If malloc_debug backtraces are enabled they will be included in the leak information, but backtracing allocations requires significant overhead.
18 Writes a description of leaked memory to the log. A summary is always written, followed by details of up to `limit` leaks. If `log_contents` is `true`, details include up to 32 bytes of the contents of each leaked allocation.
30 Returns a description of leaked memory. A summary is always written, followed by details of up to `limit` leaks. If `log_contents` is `true`, details include up to 32 bytes of the contents of each leaked allocation.
HeapWalker.cpp 119 bool HeapWalker::Leaked(allocator::vector<Range>& leaked, size_t limit,
121 leaked.clear();
136 leaked.push_back(it->first);
MemUnreachable.cpp 134 heap_walker_.Leaked(leaked1, 0, num_leaks, leak_bytes);
145 allocator::vector<LeakFolding::Leak> leaked{allocator_};
147 if (!folding.Leaked(leaked, num_leaks, leak_bytes)) {
155 leaks.reserve(leaked.size());
157 for (auto& it: leaked) {
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 34 To see details of leaked memory, give 'full' arg to leak_check
46 To see details of leaked memory, give 'full' arg to leak_check
58 To see details of leaked memory, give 'full' arg to leak_check
70 To see details of leaked memory, give 'full' arg to leak_check
84 To see details of leaked memory, give 'full' arg to leak_check
98 To see details of leaked memory, give 'full' arg to leak_check
112 To see details of leaked memory, give 'full' arg to leak_check
leak_cpp_interior.stderr.exp-64bit 34 To see details of leaked memory, give 'full' arg to leak_check
46 To see details of leaked memory, give 'full' arg to leak_check
58 To see details of leaked memory, give 'full' arg to leak_check
70 To see details of leaked memory, give 'full' arg to leak_check
84 To see details of leaked memory, give 'full' arg to leak_check
98 To see details of leaked memory, give 'full' arg to leak_check
112 To see details of leaked memory, give 'full' arg to leak_check
leak-tree.stderr.exp 0 leaked: 64 bytes in 4 blocks
  /external/autotest/frontend/afe/
readonly_connection.py 9 # connections get leaked, which will lead to Django not cleaning them up
  /external/compiler-rt/test/lsan/TestCases/
register_root_region.cc 32 // CHECK: SUMMARY: {{(Leak|Address)}}Sanitizer: 1337 byte(s) leaked in 1 allocation(s)
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi_config.h 26 // statistics like average the TSF offset or average number of frame leaked
  /external/libchrome/base/debug/
leak_tracker.h 45 // then the allocation callstack for each leaked instances is dumped to
99 LOG_STREAM(ERROR) << "Leaked " << node << " which was allocated by:";
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 82 LOG_ALWAYS_FATAL("Leaked %zd GPU objects!", gObjectSet.size());
127 ALOGE("Leaked texture marked for cleanup! id=%u, size %ux%u",
  /external/clang/test/Analysis/
cfref_PR2519.c 29 // reported as being leaked).
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 46 void *state_; // Leaked.
  /external/llvm/lib/Support/
StringPool.cpp 22 assert(InternTable.empty() && "PooledStringPtr leaked!");
  /system/core/libutils/tests/
StrongPointer_test.cpp 57 ASSERT_TRUE(isDeleted) << "foo was leaked!";
  /system/update_engine/
boot_control_android.h 53 // this is essentially leaked on object destruction.
  /external/autotest/client/common_lib/cros/
retry_unittest.py 136 and no signal is leaked."""
151 # Set handler for signal.SIGALRM to catch any leaked alarm.
158 # Wait for 2 seconds to check if any alarm is leaked
  /external/gmock/test/
gmock_output_test.py 105 """Removes the test names of leaked mock objects from the test output."""
127 leaked mocks).
166 # The raw output should contain 2 leaked mock object errors for
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 105 """Removes the test names of leaked mock objects from the test output."""
127 leaked mocks).
166 # The raw output should contain 2 leaked mock object errors for

Completed in 962 milliseconds

12 3 4 5 6 7 8 91011>>