diff --git a/test/test_mem.cpp b/test/test_mem.cpp index 53ada5c..77156b2 100755 --- a/test/test_mem.cpp +++ b/test/test_mem.cpp @@ -193,7 +193,7 @@ struct test_performance { // tc_free_sized(p, size); // } // }; - +/* TEST(Memory, static_alloc) { test_performance::start("alloc-free"); test_performance::start("alloc-FIFO"); @@ -207,7 +207,7 @@ TEST(Memory, pool_alloc) { test_performance::start("alloc-LIFO"); test_performance::start("alloc-Rand"); } - +*/ // TEST(Memory, tc_alloc) { // test_performance::start(); // test_performance::start();