HomeSort by relevance Sort by last modified time
    Searched refs:Leak (Results 1 - 25 of 43) sorted by null

1 2

  /system/core/libmemunreachable/
Leak.h 25 // Custom std::hash specialization so that Leak::Backtrace can be used
30 struct hash<android::Leak::Backtrace> {
31 std::size_t operator()(const android::Leak::Backtrace& key) const {
54 static bool operator==(const Leak::Backtrace& lhs, const Leak::Backtrace& rhs) {
LeakFolding.h 35 struct Leak {
41 bool Leaked(allocator::vector<Leak>& leaked, size_t* num_leaks_out, size_t* leak_bytes_out);
MemUnreachable.cpp 33 #include "Leak.h"
50 const size_t Leak::contents_length;
59 bool GetUnreachableMemory(allocator::vector<Leak>& leaks, size_t limit, size_t* num_leaks,
131 bool MemUnreachable::GetUnreachableMemory(allocator::vector<Leak>& leaks, size_t limit,
152 allocator::vector<LeakFolding::Leak> leaked{allocator_};
158 allocator::unordered_map<Leak::Backtrace, Leak*> backtrace_map{allocator_};
166 Leak* leak = &leaks.back(); local
169 reinterpret_cast<void*>(it.range.begin), leak->backtrace.frames, leak->backtrace.max_frames)
    [all...]
LeakFolding.cpp 50 LeakInfo& leak = it.second; local
51 for (auto& ref : leak.node.references_out) {
52 if (leak.scc != ref->ptr->scc) {
53 leak.scc->node.Edge(&ref->ptr->scc->node);
79 LeakInfo& leak = it.first->second;
80 leak_graph_.push_back(&leak.node);
86 LeakInfo& leak = it.second; local
87 heap_walker_.ForEachPtrInRange(leak.range,
91 leak.node.Edge(&ptr_leak->node);
110 bool LeakFolding::Leaked(allocator::vector<LeakFolding::Leak>& leaked, size_t* num_leaks_out
115 const LeakInfo& leak = it.second; local
121 const LeakInfo& leak = it.second; local
    [all...]
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
sanitizer_set_death_callback_test.cc 25 void Leak() {
38 Leak();
  /external/webrtc/webrtc/modules/video_coding/utility/mock/
mock_frame_dropper.h 27 MOCK_METHOD1(Leak, void(uint32_t inputFrameRate));
  /external/libmojo/mojo/public/cpp/bindings/lib/
fixed_buffer.h 20 // valid. The Leak method may be used to steal the underlying memory from the
34 // void* data = buf.Leak();
71 void* Leak();
fixed_buffer.cc 52 void* FixedBufferForTesting::Leak() {
  /external/libmojo/mojo/public/cpp/bindings/tests/
buffer_unittest.cc 44 // Tests that FixedBufferForTesting::Leak passes ownership to the caller.
45 TEST(FixedBufferTest, Leak) {
54 buf_ptr = buf.Leak();
62 EXPECT_FALSE(buf.Leak());
65 // Since we called Leak, ptr is still writable after FixedBufferForTesting
union_unittest.cc 174 void* raw_buf = buf.Leak();
236 void* raw_buf = aligned_buf.Leak();
254 void* raw_buf = buf.Leak();
267 void* raw_buf = buf.Leak();
285 void* raw_buf = buf.Leak();
305 void* raw_buf = buf.Leak();
373 void* raw_buf = buf.Leak();
387 void* raw_buf = buf.Leak();
406 void* raw_buf = buf.Leak();
504 void* raw_buf = buf.Leak();
    [all...]
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 30 struct Leak {
58 std::vector<Leak> leaks;
69 memset(leaks.data(), 0, leaks.capacity() * sizeof(Leak));
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.h 54 virtual void Leak(uint32_t inputFrameRate);
  /system/core/libmemunreachable/tests/
LeakFolding_test.cpp 58 allocator::vector<LeakFolding::Leak> leaked(heap_);
83 allocator::vector<LeakFolding::Leak> leaked(heap_);
112 allocator::vector<LeakFolding::Leak> leaked(heap_);
143 allocator::vector<LeakFolding::Leak> leaked(heap_);
174 allocator::vector<LeakFolding::Leak> leaked(heap_);
217 allocator::vector<LeakFolding::Leak> leaked(heap_);
253 allocator::vector<LeakFolding::Leak> leaked(heap_);
291 allocator::vector<LeakFolding::Leak> leaked(heap_);
328 allocator::vector<LeakFolding::Leak> leaked(heap_);
370 allocator::vector<LeakFolding::Leak> leaked(heap_)
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.h 62 struct Leak {
94 InternalMmapVector<Leak> leaks_;
163 // leak checking and also before every call to pthread_create() (to handle cases
164 // where leak checking is initiated from a non-main thread).
  /external/clang/include/clang/Driver/
SanitizerArgs.h 51 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
SanitizerArgs.h 54 return Sanitizers.has(SanitizerKind::Leak) &&
  /external/python/cpython2/Misc/
valgrind-python.supp 51 Memcheck:Leak
59 Memcheck:Leak
66 Suppress leaking the autoTLSkey. This looks like it shouldn't leak though.
67 Memcheck:Leak
76 Hmmm, is this a real leak or like the GIL?
77 Memcheck:Leak
84 Memcheck:Leak
92 Memcheck:Leak
100 Memcheck:Leak
112 Memcheck:Leak
    [all...]
  /external/pdfium/core/fxcrt/
cfx_retain_ptr.h 48 T* Leak() { return m_pObj.release(); }

Completed in 1093 milliseconds

1 2