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
Name |
Description |
ptr |
Pointer to the object whose leaks should be ignored. |
Created with MrDocs