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