Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix mmalloc with fortran
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 4 May 2015 13:47:05 +0000 (15:47 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 4 May 2015 13:57:13 +0000 (15:57 +0200)
commitea174fbe37a5a77f04c94335d63f298228505ae7
treee54c8d9f50283b2ad75a69b7039dfca266bb14d6
parent54e18d5806cf36be67a8005fcaac937cc81deccf
[mc] Fix mmalloc with fortran

Use a .bss segment for data storage when initializing the library.
This was removed from a previous commit but it is needed after all.
However, in this implementation we should avoid using it as much as
possible: it should only be used for the dlsym() calls.
src/xbt/mmalloc/mm_legacy.c