Subject: [Boost-bugs] [Boost C++ Libraries] #8030: Add support for platform-specific flags to mapped_region
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-12 09:01:31
#8030: Add support for platform-specific flags to mapped_region
----------------------------------+-----------------------------------------
Reporter: andysem | Owner: igaztanaga
Type: Feature Requests | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost Release Branch | Severity: Problem
Keywords: |
----------------------------------+-----------------------------------------
I propose to add an additional optional parameter "flags" to the
mapped_region constructor. The parameter could be used by users to specify
custom platform-specific flags for mapping operation (e.g. MAP_HUGETLB on
Linux to map huge pages). These flags would be ORed with the flags the
constructor body deduces. By default the constructor behavior should be
the same as before.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8030> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC