Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
When mmap-ing, ensute that offset is set to 0 if anon mmap
authorMatthieu Volat <mazhe@alkumuna.eu>
Mon, 7 Nov 2016 13:17:15 +0000 (14:17 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 7 Nov 2016 13:33:23 +0000 (14:33 +0100)
commit5b960f01828aedfc68f51291d5cad62db4eb31c6
treee5704eec2dda31a9889576d3b27ff46fc054baa4
parent9e568a13c5bf3fea2a09bb4418f2465fa759af3b
When mmap-ing, ensute that offset is set to 0 if anon mmap

Linux tolerate non-zero offset parameter (and ignore it),
but others do not.
src/xbt/mmalloc/mmorecore.c