Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide xbt_swag under the hood of mmalloc, its only remaining user.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 5 Dec 2017 21:10:57 +0000 (22:10 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 5 Dec 2017 21:25:54 +0000 (22:25 +0100)
commit7820e0e1436e6b1c4968e2bb7653285a5a11b0bc
treead726566bf194bdb18648e3831f7dc1e5e5a65f1
parent6db737c47368af61478a5913db284b6e22a47d93
Hide xbt_swag under the hood of mmalloc, its only remaining user.

Only the functions actually used were kept.
14 files changed:
ChangeLog
doc/doxygen/module-xbt.doc
doc/doxygen/uhood_arch.doc
include/xbt.h
include/xbt/swag.h [deleted file]
src/xbt/mmalloc/mm.c
src/xbt/mmalloc/mmprivate.h
src/xbt/mmalloc/swag.c [new file with mode: 0644]
src/xbt/mmalloc/swag.h [new file with mode: 0644]
src/xbt/swag.c [deleted file]
tools/cmake/DefinePackages.cmake
tools/cmake/Distrib.cmake
tools/cmake/GCCFlags.cmake
tools/cmake/UnitTesting.cmake