[#absl-DoIgnoreLeak] = xref:absl.adoc[absl]::DoIgnoreLeak :relfileprefix: ../ :mrdocs: Implements `IgnoreLeak()` below. This function should usually not be called directly; calling `IgnoreLeak()` is preferred. == Synopsis Declared in `<absl/debugging/leak_check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void DoIgnoreLeak(void const* ptr); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ptr* | Pointer to the object whose leaks should be ignored. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#