update.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user