Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Split mmalloc in a separate library
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 21 Jul 2022 21:00:09 +0000 (23:00 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 21 Jul 2022 21:00:13 +0000 (23:00 +0200)
commit44f530ada98d16f678f445536693fcccd1b5e474
tree5776f019145a6a8bcc5555a59df4e2d25a74704b
parent6d0ae67f2a9eef6b72c4b57470c8666ae139cffb
Split mmalloc in a separate library

The idea is to allow to preload mmalloc before sthread, that must come
before simgrid itself.
src/mc/api.cpp
src/xbt/mmalloc/mm_interface.c [new file with mode: 0644]
src/xbt/mmalloc/mm_module.c
teshsuite/xbt/CMakeLists.txt
tools/cmake/DefinePackages.cmake
tools/cmake/MakeLib.cmake