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

/external/chromium_org/cc/resources/
H A Dscoped_resource.cc62 void ScopedResource::Leak() { function in class:cc::ScopedResource
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dfixed_buffer.cc43 void* FixedBuffer::Leak() { function in class:mojo::internal::FixedBuffer
/external/chromium_org/chrome/test/chromedriver/net/
H A Dport_server.cc34 void PortReservation::Leak() { function in class:PortReservation
/external/chromium_org/third_party/webrtc/modules/video_coding/utility/
H A Dframe_dropper.cc128 FrameDropper::Leak(uint32_t inputFrameRate) function in class:webrtc::FrameDropper
/external/compiler-rt/lib/lsan/
H A Dlsan_common.h84 struct Leak { struct in namespace:__lsan
116 InternalMmapVector<Leak> leaks_;
H A Dlsan_common.cc138 const char *Leak() { return Blue(); } function in class:__lsan::Decorator
522 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
532 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
566 Printf("%s", d.Leak());
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp355 IRMemoryMap::Leak (lldb::addr_t process_address, Error &error) function in class:IRMemoryMap
/external/chromium_org/v8/include/
H A Dv8-util.h272 *reference = Leak(&value);
328 static PersistentContainerValue Leak( function in class:v8::PersistentValueMap
/external/valgrind/main/memcheck/
H A Dmc_errors.c174 } Leak; member in union:_MC_Error::__anon33008
651 UInt n_this_record = extra->Err.Leak.n_this_record;
652 UInt n_total_records = extra->Err.Leak.n_total_records;
653 LossRecord* lr = extra->Err.Leak.lr;
829 extra.Err.Leak.n_this_record = n_this_record;
830 extra.Err.Leak.n_total_records = n_total_records;
831 extra.Err.Leak.lr = lr;
1206 else if (VG_STREQ(name, "Leak")) skind = LeakSupp;
1330 return RiS(extra->Err.Leak.lr->key.state, lse->match_leak_kinds);
1358 case Err_Leak: return "Leak";
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1682 class Leak : public CFRefBug { class in namespace:__anon18231
1684 Leak(const CheckerBase *checker, StringRef name) : CFRefBug(checker, name) { function in class:__anon18231::Leak
2484 leakWithinFunctionGC.reset(new Leak(this, "Leak of object when using "
2490 leakWithinFunction.reset(new Leak(this,
2491 "Leak of object when not using "
2495 leakWithinFunction.reset(new Leak(this, "Leak"));
2505 leakAtReturnGC.reset(new Leak(this,
2506 "Leak o
[all...]

Completed in 614 milliseconds