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)
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.


No differences found