Searched refs:Leak (Results 1 - 16 of 16) sorted by relevance

/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dsanitizer_set_death_callback_test.cc25 void Leak() { function
38 Leak();
/external/webrtc/webrtc/modules/video_coding/utility/mock/
H A Dmock_frame_dropper.h27 MOCK_METHOD1(Leak, void(uint32_t inputFrameRate));
/external/webrtc/webrtc/modules/video_coding/utility/
H A Dframe_dropper.h54 virtual void Leak(uint32_t inputFrameRate);
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.h61 struct Leak { struct in namespace:__lsan
93 InternalMmapVector<Leak> leaks_;
H A Dlsan_common.cc108 const char *Leak() { return Blue(); } function in class:__lsan::Decorator
518 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
528 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
562 Printf("%s", d.Leak());
/external/clang/include/clang/Driver/
H A DSanitizerArgs.h49 return Sanitizers.has(SanitizerKind::Leak) &&
/external/lldb/include/lldb/Expression/
H A DIRMemoryMap.h53 void Leak (lldb::addr_t process_address, Error &error);
/external/valgrind/memcheck/
H A Dmc_errors.c176 } Leak; member in union:_MC_Error::__anon19356
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/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/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1731 class Leak : public CFRefBug { class in namespace:__anon1710
1733 Leak(const CheckerBase *checker, StringRef name) : CFRefBug(checker, name) { function in class:__anon1710::Leak
2544 leakWithinFunctionGC.reset(new Leak(this, "Leak of object when using "
2550 leakWithinFunction.reset(new Leak(this,
2551 "Leak of object when not using "
2555 leakWithinFunction.reset(new Leak(this, "Leak"));
2565 leakAtReturnGC.reset(new Leak(this,
2566 "Leak o
[all...]
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp34 SupportsCoverage = Address | Memory | Leak | Undefined | Integer | DataFlow,
323 std::make_pair(Thread, Memory), std::make_pair(Leak, Thread),
324 std::make_pair(Leak, Memory), std::make_pair(KernelAddress, Address),
325 std::make_pair(KernelAddress, Leak),
H A DToolChains.cpp3148 Res |= SanitizerKind::Leak;
4142 Res |= SanitizerKind::Leak;
/external/webrtc/webrtc/modules/video_coding/
H A Dmedia_optimization.cc419 // Leak appropriate number of bytes.
420 frame_dropper_->Leak((uint32_t)(InputFrameRateInternal() + 0.5f));
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp355 IRMemoryMap::Leak (lldb::addr_t process_address, Error &error) function in class:IRMemoryMap
H A DMaterializer.cpp114 map.Leak(mem, leak_error);

Completed in 961 milliseconds