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