perftool: fix c2cpel
[vpp.git] / src / tools / perftool / c2cpel.c
index 379c2bc..e68d0dc 100644 (file)
@@ -157,6 +157,8 @@ int main (int argc, char **argv)
     char *outputfile = 0;
     FILE *ofp;
 
+    clib_mem_init_thread_safe (0, 256 << 20);
+
     if (argc < 3)
         goto usage;