X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0446c8f827c76c8f59790b1ab87e66f3eb8c319..59754cd381aabf278305badcfefbe45cd934ef6c:/teshsuite/xbt/mallocator/mallocator_test.c diff --git a/teshsuite/xbt/mallocator/mallocator_test.c b/teshsuite/xbt/mallocator/mallocator_test.c index 6eda006947..180b254703 100644 --- a/teshsuite/xbt/mallocator/mallocator_test.c +++ b/teshsuite/xbt/mallocator/mallocator_test.c @@ -36,10 +36,8 @@ int main(int argc, char**argv) { xbt_mallocator_initialization_is_done(1); int i = 0; - xbt_mallocator_t mallocator = xbt_mallocator_new(65536, - element_mallocator_new_f, - element_mallocator_free_f, - element_mallocator_reset_f); + xbt_mallocator_t mallocator = + xbt_mallocator_new(65536, element_mallocator_new_f, element_mallocator_free_f, element_mallocator_reset_f); xbt_dynar_t elems = xbt_dynar_new(sizeof(element_t), NULL); element_t elem = NULL; base_mallocator = xbt_mallocator_get(mallocator);