Boost C++ Libraries: Ticket #8030: Add support for platform-specific flags to mapped_region https://svn.boost.org/trac10/ticket/8030 <p> 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8030 Trac 1.4.3 Ion Gaztañaga Sun, 24 Feb 2013 22:38:09 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8030#comment:1 https://svn.boost.org/trac10/ticket/8030#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/83142" title="Fixes #8030">[83142]</a>) Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8030" title="#8030: Feature Requests: Add support for platform-specific flags to mapped_region (closed: fixed)">#8030</a> </p> Ticket