absl::DoIgnoreLeak

Implements IgnoreLeak() below. This function should usually not be called directly; calling IgnoreLeak() is preferred.

Synopsis

Declared in <absl/debugging/leak_check.h>

void
DoIgnoreLeak(void const* ptr);

Parameters

NameDescription
ptrPointer to the object whose leaks should be ignored.