Deregisters the pointers previously marked as active in RegisterLivePointers(), enabling leak checking of those pointers.
Declared in <absl/debugging/leak_check.h>
void
UnRegisterLivePointers(
void const* ptr,
size_t size);
| Name | Description |
|---|---|
| ptr | Pointer to the start of the memory range to deregister. |
| size | Size, in bytes, of the memory range to deregister. |