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

  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
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) {
  /system/core/libmemunreachable/
LeakFolding.h 30 struct Leak {
36 bool Leaked(allocator::vector<Leak>& leaked,
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 27 struct Leak {
55 std::vector<Leak> leaks;
66 memset(leaks.data(), 0, leaks.capacity() * sizeof(Leak));
  /external/compiler-rt/lib/lsan/
lsan_common.h 61 struct Leak {
93 InternalMmapVector<Leak> leaks_;
152 // leak checking and also before every call to pthread_create() (to handle cases
153 // where leak checking is initiated from a non-main thread).
lsan_common.cc 11 // Implementation of common leak checking functionality.
64 static const char kSuppressionLeak[] = "leak";
108 const char *Leak() { return Blue(); }
335 // ForEachChunk callback. Resets the tags to pre-leak-check state.
399 // Clean up for subsequent leak checks. This assumes we did not overwrite any
518 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
520 leaks_.push_back(leak);
528 static bool LeakComparator(const Leak &leak1, const Leak &leak2)
    [all...]
  /external/v8/include/
v8-util.h 307 static PersistentContainerValue Leak(Global<V>* persistent) {
399 *reference = this->Leak(&value);
471 *reference = this->Leak(&value);
  /external/valgrind/memcheck/
mc_errors.c 171 // A memory leak.
176 } Leak;
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;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 89 ErrorLeak, // A memory leak due to excessive reference counts.
90 ErrorLeakReturned, // A memory leak due to the returning method not having
    [all...]

Completed in 3744 milliseconds