Searched defs:Leak (Results 1 - 9 of 9) sorted by relevance

/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dsanitizer_set_death_callback_test.cc25 void Leak() { function
38 Leak();
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dfixed_buffer.cc52 void* FixedBufferForTesting::Leak() { function in class:mojo::internal::FixedBufferForTesting
/external/pdfium/core/fxcrt/
H A Dcfx_retain_ptr.h48 T* Leak() { return m_pObj.release(); } function in class:CFX_RetainPtr
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dframe_dropper.cc108 void FrameDropper::Leak(uint32_t inputFrameRate) { function in class:webrtc::FrameDropper
/external/compiler-rt/lib/lsan/
H A Dlsan_common.h62 struct Leak { struct in namespace:__lsan
94 InternalMmapVector<Leak> leaks_;
H A Dlsan_common.cc117 const char *Leak() { return Blue(); } function in class:__lsan::Decorator
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
595 Printf("%s", d.Leak());
/external/v8/include/
H A Dv8-util.h318 static PersistentContainerValue Leak(Global<V>* persistent) { function in class:v8::PersistentValueMapBase
410 *reference = this->Leak(&value);
482 *reference = this->Leak(&value);
/external/valgrind/memcheck/
H A Dmc_errors.c176 } Leak; member in union:_MC_Error::__anon23549
681 UInt n_this_record = extra->Err.Leak.n_this_record;
682 UInt n_total_records = extra->Err.Leak.n_total_records;
683 LossRecord* lr = extra->Err.Leak.lr;
881 extra.Err.Leak.n_this_record = n_this_record;
882 extra.Err.Leak.n_total_records = n_total_records;
883 extra.Err.Leak.lr = lr;
1291 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1453 return RiS(extra->Err.Leak.lr->key.state, lse->match_leak_kinds);
1491 case Err_Leak: return "Leak";
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1732 class Leak : public CFRefBug { class in namespace:__anon1660
1734 Leak(const CheckerBase *checker, StringRef name) : CFRefBug(checker, name) { function in class:__anon1660::Leak
2545 leakWithinFunctionGC.reset(new Leak(this, "Leak of object when using "
2551 leakWithinFunction.reset(new Leak(this,
2552 "Leak of object when not using "
2556 leakWithinFunction.reset(new Leak(this, "Leak"));
2566 leakAtReturnGC.reset(new Leak(this,
2567 "Leak o
[all...]

Completed in 3422 milliseconds