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

  /external/chromium_org/cc/resources/
scoped_resource.cc 62 void ScopedResource::Leak() {
  /external/chromium_org/mojo/public/cpp/bindings/lib/
fixed_buffer.cc 43 void* FixedBuffer::Leak() {
  /external/chromium_org/third_party/webrtc/modules/video_coding/utility/
frame_dropper.cc 128 FrameDropper::Leak(uint32_t inputFrameRate)
  /external/chromium_org/chrome/test/chromedriver/net/
port_server.cc 34 void PortReservation::Leak() {
  /external/compiler-rt/lib/lsan/
lsan_common.h 45 // Print addresses of leaked objects after main leak report.
47 // Aggregate two objects into one leak if this many stack frames match. If
54 // Print matched suppressions after leak checking.
84 struct Leak {
116 InternalMmapVector<Leak> leaks_;
173 // leak checking and also before every call to pthread_create() (to handle cases
174 // where leak checking is initiated from a non-main thread).
lsan_common.cc 11 // Implementation of common leak checking functionality.
138 const char *Leak() { return Blue(); }
522 Leak leak = { next_id_++, /* hit_count */ 1, leaked_size, stack_trace_id,
524 leaks_.push_back(leak);
532 static bool LeakComparator(const Leak &leak1, const Leak &leak2) {
549 Printf("The %zu top leak(s):\n", num_leaks_to_report);
560 Printf("Omitting %zu more leak(s).\n", remaining);
566 Printf("%s", d.Leak());
    [all...]
  /external/lldb/source/Expression/
IRMemoryMap.cpp 355 IRMemoryMap::Leak (lldb::addr_t process_address, Error &error)
364 error.SetErrorString("Couldn't leak: allocation doesn't exist");
  /external/chromium_org/v8/include/
v8-util.h 272 *reference = Leak(&value);
328 static PersistentContainerValue Leak(
  /external/valgrind/main/memcheck/
mc_errors.c 169 // A memory leak.
174 } Leak;
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;
    [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 280 milliseconds