Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't use calloc for these buffers
authorAugustin Degomme <augustin.degomme@imag.fr>
Thu, 4 Sep 2014 16:37:43 +0000 (18:37 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Thu, 11 Sep 2014 12:24:48 +0000 (14:24 +0200)
commitc39e93eb71e3b0dd62a74c3deeff666d34de725b
treea88335d5c41c2ffb85061cef3d4c2cae507df669
parent4aa1cd22325b98b31547d515f870d99ba2057d5f
don't use calloc for these buffers
Initializing them to 0 made them use physical memory, while letting them uninitialized, (and unused as in replay we may not need them) puts them in virtual memory
src/smpi/smpi_replay.c