You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (create != 0) { mmf = new managed_mapped_file(open_or_create, file,
default_size, (void_)addr); } else { mmf = new managed_mapped_file(open_only,
file, (void_)addr); }
Need to check what Boost is doing.
On Wed, Jan 7, 2015 at 2:24 AM, Pietro Cerutti [email protected]
wrote:
I haven't looked at the code, but the MAP_FIXED flag to mmap comes to
mind. Is that used already?
—
Reply to this email directly or view it on GitHub #46 (comment)
.
Karl reports that the base address specified for the memory mapped file may not be actually honored and that a self-assigned address is used instead.
The text was updated successfully, but these errors were encountered: