X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e99350b90a8c0e400db2f43e3093b70afdbd2aac..af2164d627a93c6a6e287e45959efb83658f37c5:/src/surf/maxmin.c diff --git a/src/surf/maxmin.c b/src/surf/maxmin.c index eb9de6d04a..d2bd685ba8 100644 --- a/src/surf/maxmin.c +++ b/src/surf/maxmin.c @@ -57,7 +57,7 @@ lmm_system_t lmm_system_new(void) xbt_swag_init(&(l->saturated_constraint_set), xbt_swag_offset(cnst, saturated_constraint_set_hookup)); - l->variable_mallocator = xbt_mallocator_new(64, + l->variable_mallocator = xbt_mallocator_new(65536, lmm_variable_mallocator_new_f, lmm_variable_mallocator_free_f, lmm_variable_mallocator_reset_f);