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

Name

Description

ptr

Pointer to the start of the memory range to deregister.

size

Size, in bytes, of the memory range to deregister.

Created with MrDocs