[#absl-HaveLeakSanitizer] = xref:absl.adoc[absl]::HaveLeakSanitizer :relfileprefix: ../ :mrdocs: Returns true if a leak‐checking sanitizer (either ASan or standalone LSan) is currently built into this target. == Synopsis Declared in `<absl/debugging/leak_check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool HaveLeakSanitizer(); ---- == Return Value True if a leak‐checking sanitizer is built into this target. [.small]#Created with https://www.mrdocs.com[MrDocs]#