session: API cleanup
[vpp.git] / src / vppinfra / test_hash.c
index 94110ab..7f047d9 100644 (file)
@@ -440,6 +440,8 @@ main (int argc, char *argv[])
   unformat_input_t i;
   int ret;
 
+  clib_mem_init (0, 3ULL << 30);
+
   verbose = (argc > 1);
   unformat_init_command_line (&i, argv);
   ret = test_hash_main (&i);