#include <cstddef>
#include "absl/base/config.h"
Go to the source code of this file.
Classes | |
class | absl::LeakCheckDisabler |
Namespaces | |
absl | |
Functions | |
void | absl::DoIgnoreLeak (const void *) |
bool | absl::FindAndReportLeaks () |
ABSL_NAMESPACE_BEGIN bool | absl::HaveLeakSanitizer () |
template<typename T > | |
T * | absl::IgnoreLeak (T *ptr) |
bool | absl::LeakCheckerIsActive () |
void | absl::RegisterLivePointers (const void *, size_t) |
void | absl::UnRegisterLivePointers (const void *, size_t) |