Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug leaks in low level tests
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 17 Jul 2017 12:16:47 +0000 (14:16 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 17 Jul 2017 12:16:47 +0000 (14:16 +0200)
commitb5dd72a23cf8e0dcc7cb4c3a3b9e12c45aae766b
tree00913cc024ae4ea652b88ccb4771f66a82a4f81e
parente4b79d1a1cb7a3b218f1833192c8d30928bf5476
plug leaks in low level tests

adding a higher level init function ensures that all data structures
are correctly deallocated.
Would be better to not allocate them at all (dict of mailboxes for
instance), but no user won't ever write XBT or SURF test, will they?
teshsuite/surf/lmm_usage/lmm_usage.cpp
teshsuite/surf/maxmin_bench/maxmin_bench.cpp
teshsuite/xbt/heap_bench/heap_bench.c
teshsuite/xbt/log_large/log_large.c