Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use verbose instead of debug-
[simgrid.git] / src / xbt / fifo.c
index de5e0b7..51eb9b7 100644 (file)
@@ -527,7 +527,7 @@ void xbt_fifo_preinit(void)
     xbt_mallocator_free(item_mallocator);
   }
 
-  item_mallocator = xbt_mallocator_new(256,
+  item_mallocator = xbt_mallocator_new(65536,
                                        fifo_item_mallocator_new_f,
                                        fifo_item_mallocator_free_f,
                                        fifo_item_mallocator_reset_f);