FIB: encode the label stack in the FIB path during table dump
[vpp.git] / src / vppinfra / test_pool_iterate.c
index 406a2a5..4e8e2df 100644 (file)
@@ -32,6 +32,8 @@ main (int argc, char *argv[])
   u32 *tp = 0;
   u32 *junk;
 
+  clib_mem_init (0, 64ULL << 20);
+
   for (i = 0; i < 70; i++)
     {
       pool_get (tp, junk);