HomeSort by: relevance | last modified time | path
    Searched defs:AddLeakedChunk (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 505 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
665 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
671 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_common.cpp 591 leak_report->AddLeakedChunk(chunk, m.stack_trace_id(), m.requested_size(),
782 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
788 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,

Completed in 44 milliseconds