absl::UnRegisterLivePointers

Deregisters the pointers previously marked as active in RegisterLivePointers(), enabling leak checking of those pointers.

Synopsis

Declared in <absl/debugging/leak_check.h>

void
UnRegisterLivePointers(
    void const* ptr,
    size_t size);

Parameters

NameDescription
ptrPointer to the start of the memory range to deregister.
sizeSize, in bytes, of the memory range to deregister.