#include <leakcheck.h>
Definition at line 103 of file leakcheck.h.
◆ Leakcheck()
| Athena_test::Leakcheck::Leakcheck |
( |
| ) |
|
|
inline |
Definition at line 105 of file leakcheck.h.
std::unordered_set< void * > * allocs
std::unordered_set< void * > m_allocs
std::unordered_set< void * > * m_old_allocs
◆ ~Leakcheck()
| Athena_test::Leakcheck::~Leakcheck |
( |
| ) |
|
Definition at line 113 of file leakcheck.h.
114{
117 std::cerr << "Leaks!\n";
119 std::cerr <<
" " <<
p <<
"\n";
121 }
122}
◆ m_allocs
| std::unordered_set<void*> Athena_test::Leakcheck::m_allocs |
◆ m_old_allocs
| std::unordered_set<void*>* Athena_test::Leakcheck::m_old_allocs |
The documentation for this struct was generated from the following file: