X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5185459eab2702b1ad78f481149ef411809336f5..5c866e44376ab5dcb4fcfc2725cdd6d47168236a:/teshsuite/xbt/mmalloc/mmalloc_test.cpp diff --git a/teshsuite/xbt/mmalloc/mmalloc_test.cpp b/teshsuite/xbt/mmalloc/mmalloc_test.cpp index 1a370eb196..76196b812c 100644 --- a/teshsuite/xbt/mmalloc/mmalloc_test.cpp +++ b/teshsuite/xbt/mmalloc/mmalloc_test.cpp @@ -39,7 +39,7 @@ int main(int argc, char**argv) XBT_INFO("Allocating a new heap"); unsigned long mask = ~((unsigned long)xbt_pagesize - 1); auto* addr = reinterpret_cast(((unsigned long)sbrk(0) + BUFFSIZE) & mask); - heapA = xbt_mheap_new(-1, addr); + heapA = xbt_mheap_new(addr, 0); if (heapA == nullptr) { perror("attach 1 failed"); fprintf(stderr, "bye\n");