HomeSort by relevance Sort by last modified time
    Searched defs:Leak (Results 1 - 7 of 7) sorted by null

  /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/
frame_dropper.cc 108 void FrameDropper::Leak(uint32_t inputFrameRate) {
  /external/pdfium/core/fxcrt/
retain_ptr.h 57 T* Leak() { return m_pObj.release(); }
67 m_pObj.reset(that.Leak());
  /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).
lsan_common.cc 11 // Implementation of common leak checking functionality.
73 static const char kSuppressionLeak[] = "leak";
117 const char *Leak() { return Blue(); }
365 // ForEachChunk callback. Resets the tags to pre-leak-check state.
429 // Clean up for subsequent leak checks. This assumes we did not overwrite any
551 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
553 leaks_.push_back(leak);
561 static bool LeakComparator(const Leak &leak1, const Leak &leak2)
    [all...]
  /external/v8/include/
v8-util.h 309 static PersistentContainerValue Leak(Global<V>* persistent) {
406 *reference = this->Leak(&value);
478 *reference = this->Leak(&value);
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 90 ErrorLeak, // A memory leak due to excessive reference counts.
91 ErrorLeakReturned, // A memory leak due to the returning method not having
    [all...]

Completed in 157 milliseconds