Implements IgnoreLeak() below. This function should usually not be called directly; calling IgnoreLeak() is preferred.
Declared in <absl/debugging/leak_check.h>
void
DoIgnoreLeak(void const* ptr);
| Name | Description |
|---|---|
| ptr | Pointer to the object whose leaks should be ignored. |