summaryrefslogtreecommitdiffstats
path: root/src/tools/perftool/c2cpel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/perftool/c2cpel.c')
-rw-r--r--src/tools/perftool/c2cpel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/perftool/c2cpel.c b/src/tools/perftool/c2cpel.c
index 38e6fe52e55..379c2bc65f1 100644
--- a/src/tools/perftool/c2cpel.c
+++ b/src/tools/perftool/c2cpel.c
@@ -28,6 +28,7 @@
#include <vppinfra/vec.h>
#include <vppinfra/hash.h>
#include <vppinfra/elog.h>
+#include <vppinfra/mem.h>
#include <pwd.h>
#include <stdarg.h>
#include <time.h>
@@ -197,6 +198,8 @@ int main (int argc, char **argv)
if (vec_len(inputfiles) > 1)
goto usage;
+ clib_mem_init (0, ((uword)3<<30));
+
cpel_util_init();
convert_clib_file (inputfiles[0]);