Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use C++ memory operators for smpi buffers.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 6 Mar 2019 22:07:09 +0000 (23:07 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 30 Apr 2019 12:07:17 +0000 (14:07 +0200)
NOTE: there is a problem with the current implementation. When a resize() happen,
the previous pointer may be invalid, even if it is still in use.


No differences found