Home
last modified time | relevance | path

Searched defs:DoIgnoreLeak (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dleak_check.cc28 void DoIgnoreLeak(const void*) { } in DoIgnoreLeak() function
57 void DoIgnoreLeak(const void* ptr) { __lsan_ignore_object(ptr); } in DoIgnoreLeak() function