Home
last modified time | relevance | path

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

/external/libtextclassifier/abseil-cpp/absl/debugging/
Dleak_check.cc26 void DoIgnoreLeak(const void*) { } in DoIgnoreLeak() function
41 void DoIgnoreLeak(const void* ptr) { __lsan_ignore_object(ptr); } in DoIgnoreLeak() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dleak_check.cc26 void DoIgnoreLeak(const void*) { } in DoIgnoreLeak() function
41 void DoIgnoreLeak(const void* ptr) { __lsan_ignore_object(ptr); } in DoIgnoreLeak() function
/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dleak_check.cc26 void DoIgnoreLeak(const void*) { } in DoIgnoreLeak() function
41 void DoIgnoreLeak(const void* ptr) { __lsan_ignore_object(ptr); } in DoIgnoreLeak() function
/external/abseil-cpp/absl/debugging/
Dleak_check.cc26 void DoIgnoreLeak(const void*) { } in DoIgnoreLeak() function
41 void DoIgnoreLeak(const void* ptr) { __lsan_ignore_object(ptr); } in DoIgnoreLeak() function
/external/openscreen/third_party/abseil/src/absl/debugging/
Dleak_check.cc26 void DoIgnoreLeak(const void*) { } in DoIgnoreLeak() function
41 void DoIgnoreLeak(const void* ptr) { __lsan_ignore_object(ptr); } in DoIgnoreLeak() function