HomeSort by relevance Sort by last modified time
    Searched refs:AddLeakedChunk (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_common.h 81 void AddLeakedChunk(uptr chunk, u32 stack_trace_id, uptr leaked_size,
lsan_common.cc 397 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
530 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
536 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,

Completed in 355 milliseconds