Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate mmalloc from xbt
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 21 Jul 2022 15:39:17 +0000 (17:39 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 21 Jul 2022 16:13:49 +0000 (18:13 +0200)
commit66659ce0e491d1307cf48ec9f2da4f24c478ab46
tree30bd8e6c4ca94e62b0f1c02ee32575d050f30c19
parent4c526a223ed6f81f148222c4aa28c88f473cd0e7
Separate mmalloc from xbt

This is too bad that we cannot THROW on double free anymore, but we'll
have to live with it if we want to move mmalloc to libsthread.so
16 files changed:
src/include/xbt/mmalloc.h
src/include/xbt/xbt_modinter.h
src/mc/remote/AppSide.cpp
src/mc/remote/mc_protocol.h
src/xbt/mmalloc/mfree.c
src/xbt/mmalloc/mm_legacy.c
src/xbt/mmalloc/mm_module.c
src/xbt/mmalloc/mmalloc.c
src/xbt/mmalloc/mmorecore.c
src/xbt/mmalloc/mmprivate.h
src/xbt/mmalloc/swag.c
src/xbt/mmalloc/swag.h
src/xbt/xbt_main.cpp
teshsuite/xbt/mmalloc/mmalloc_32.tesh
teshsuite/xbt/mmalloc/mmalloc_64.tesh
teshsuite/xbt/mmalloc/mmalloc_test.cpp