[#absl-UnRegisterLivePointers] = xref:absl.adoc[absl]::UnRegisterLivePointers :relfileprefix: ../ :mrdocs: Deregisters the pointers previously marked as active in `RegisterLivePointers()`, enabling leak checking of those pointers. == Synopsis Declared in `<absl/debugging/leak_check.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void UnRegisterLivePointers( void const* ptr, size_t size); ---- == Parameters [cols="1,4"] |=== | Name| Description | *ptr* | Pointer to the start of the memory range to deregister. | *size* | Size, in bytes, of the memory range to deregister. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#