This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Implement pmr::monotonic_buffer_resource
AcceptedPublic

Authored by EricWF on Dec 5 2016, 12:06 AM.

Details

Summary

Implemented from the LFTS v2 spec here: https://rawgit.com/cplusplus/fundamentals-ts/v2/main.html#memory.resource.monotonic.buffer.

This patch could use some finishing touches, but for the most part it is a complete implementation and tests.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 80232.Dec 5 2016, 12:06 AM
EricWF retitled this revision from to [libc++] Implement pmr::monotonic_buffer_resource.
EricWF updated this object.
EricWF added a reviewer: mclow.lists.
EricWF added a subscriber: cfe-commits.
EricWF accepted this revision.Dec 23 2016, 10:33 PM
EricWF added a reviewer: EricWF.

This review hasn't generated any interest in ~3 weeks. Accepting for post-commit review.

This revision is now accepted and ready to land.Dec 23 2016, 10:33 PM