Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use new/delete instead of xbt_new0/xbt_free on C++ objects
[simgrid.git] / src / xbt / parmap.cpp
2015-09-17 Martin Quinsonuse new/delete instead of xbt_new0/xbt_free on C++...
2015-09-17 Martin QuinsonUse std::atomic instead of __sync_fetch_and_add for...