This commit is contained in:
2025-02-09 06:04:05 +00:00
parent 881bc30f45
commit 52a32eca6e
4 changed files with 7 additions and 4 deletions

View File

@ -34,7 +34,7 @@ class Test {
int main(int argc, char const *argv[]) {
LOG(info) << "hello world.";
MemoryAllocationStackTracer::instance()->start();
MemoryAllocationStackTracer::instance()->start(".", "test", std::chrono::seconds(1));
auto a = new Test();
make_memory_leak();