Commit 85f5798c by Marcus Winter

algorithms_cpp: checking for memory leaks after tests

parent 99917b64
......@@ -45,6 +45,8 @@
#include <time.h>
#include <functional>
#include <embb/base/c/memory_allocation.h>
#define THIS_DOMAIN_ID 1
#define THIS_NODE_ID 1
......@@ -76,6 +78,9 @@ PT_MAIN("Algorithms") {
PT_RUN(InvokeTest);
embb::mtapi::Node::Finalize();
PT_EXPECT(embb_get_bytes_allocated() == 0);
// std::cout << "please press return to continue..." << std::endl;
// std::cin.get();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment