Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mmalloc] Fix junkarea handling in free
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 13 Oct 2014 08:08:36 +0000 (10:08 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 13 Oct 2014 08:08:36 +0000 (10:08 +0200)
commit7690e1d66b06cad5dcf98ce263cdaea2909c69fe
tree1e59f3cba8a763656db125d0bf2034d53658d7ae
parent0ff0b713aac1bb94ee87d0958f3b119d3192d6d8
[mmalloc] Fix junkarea handling in free

The call free(junkarea) was broken and was trying to delegate to
mmalloc instead of using junkarea.

Because of this libsimgrid broken when compiling with LLVM with
mmalloc support.
src/xbt/mmalloc/mfree.c
src/xbt/mmalloc/mm_legacy.c