X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/16098557e7e5089d731a81792914ca81fff7fb4a..da20663956217657b0500d8e1a6d4c8c6a74eb62:/src/xbt/mmalloc/mm_diff.c diff --git a/src/xbt/mmalloc/mm_diff.c b/src/xbt/mmalloc/mm_diff.c index b019d5b95c..9d0a154a85 100644 --- a/src/xbt/mmalloc/mm_diff.c +++ b/src/xbt/mmalloc/mm_diff.c @@ -135,11 +135,6 @@ int mmalloc_compare_heap(xbt_mheap_t heap1, xbt_mheap_t heap2, xbt_dynar_t *stac return 1; } - if(heap1->heapstats.chunks_used != heap2->heapstats.chunks_used){ - XBT_DEBUG("Different number of chunks used in heap : %zu - %zu", heap1->heapstats.chunks_used, heap2->heapstats.chunks_used); - return 1; - } - /* Heap information */ heaplimit = ((struct mdesc *)heap1)->heaplimit;