Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make xbt_free a function-like macro.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Sat, 31 May 2014 21:08:11 +0000 (23:08 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 2 Jun 2014 12:25:16 +0000 (14:25 +0200)
commitfec5fff327fcad427d0a399ebc3dbbb35de2852e
tree74c2aaaf8c392a1aa24be3779650ff06011647ae
parentf3b401e1382d2a4311e913468d525f8a8767051d
Make xbt_free a function-like macro.

Use xbt_free_f everywhere a pointer to function is needed.
24 files changed:
examples/msg/properties/msg_prop.c
examples/simdag/properties/sd_prop.c
include/smpi/smpi_cocci.h
include/xbt/sysdep.h
src/bindings/java/jmsg_host.c
src/instr/instr_config.c
src/instr/instr_interface.c
src/instr/instr_paje_containers.c
src/instr/jedule/jedule_platform.c
src/smpi/instr_smpi.c
src/smpi/smpi_base.c
src/smpi/smpi_bench.c
src/smpi/smpi_deployment.c
src/surf/instr_routing.c
src/surf/platf_generator.c
src/surf/storage_interface.cpp
src/surf/storage_n11.cpp
src/surf/surf_routing.cpp
src/surf/surf_routing_dijkstra.cpp
src/surf/surf_routing_floyd.cpp
src/surf/surf_routing_full.cpp
src/surf/surfxml_parse.c
src/xbt/lib.c
teshsuite/msg/storage/storage_basic.c