Le 29/05/2018 à 20:15, Steve Mcpolin a écrit :
> When a guest mmap()'d a file, an anonymous mapping was created to
> align different host and client page granularity and provide for
> beyond EOF mappings. The file was then mapped ontop of this mapping,
> releasing the memory reserved by it. A fil
When a guest mmap()'d a file, an anonymous mapping was created to
align different host and client page granularity and provide for
beyond EOF mappings. The file was then mapped ontop of this mapping,
releasing the memory reserved by it. A file based mmap does not reserve
memory, but the anonymous