X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e99350b90a8c0e400db2f43e3093b70afdbd2aac..64561039d3dec9e50b4eaf1b78b3edef71898383:/src/xbt/fifo.c diff --git a/src/xbt/fifo.c b/src/xbt/fifo.c index de5e0b7433..51eb9b7184 100644 --- a/src/xbt/fifo.c +++ b/src/xbt/fifo.c @@ -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);