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 103 void AddLeakedChunk(uptr chunk, u32 stack_trace_id, uptr leaked_size,
lsan_common.cc 385 leak_report->AddLeakedChunk(chunk, stack_trace_id, m.requested_size(),
501 // in LeakReport::AddLeakedChunk(). We don't expect to ever see this many leaks
507 void LeakReport::AddLeakedChunk(uptr chunk, u32 stack_trace_id,

Completed in 34 milliseconds