aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/perftool/c2cpel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/perftool/c2cpel.c b/src/tools/perftool/c2cpel.c
index 379c2bc65f1..e68d0dcaad2 100644
--- a/src/tools/perftool/c2cpel.c
+++ b/src/tools/perftool/c2cpel.c
@@ -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;