X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2945198502e436f29236715c0baca1efadb64480..9d7dca1d2de1e6d67027e4ba33fefe1eb09550e3:/src/mc/RegionSnapshot.cpp diff --git a/src/mc/RegionSnapshot.cpp b/src/mc/RegionSnapshot.cpp index 94acf100e2..7acb69d634 100644 --- a/src/mc/RegionSnapshot.cpp +++ b/src/mc/RegionSnapshot.cpp @@ -78,7 +78,7 @@ RegionSnapshot dense_region( void *start_addr, void* permanent_addr, size_t size) { // When KSM support is enables, we allocate memory using mmap: - // * we don't want to madvise bits of the heap; + // * we don't want to advise bits of the heap as mergable; // * mmap gives data aligned on page boundaries which is merge friendly. simgrid::mc::Buffer data; if (_sg_mc_ksm)