https://github.com/mmcshane/pmr
Polymorphic Memory Resources
https://github.com/mmcshane/pmr
memory memory-allocation memory-allocator
Last synced: 2 months ago
JSON representation
Polymorphic Memory Resources
- Host: GitHub
- URL: https://github.com/mmcshane/pmr
- Owner: mmcshane
- Created: 2016-02-05T16:15:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T14:07:33.000Z (almost 9 years ago)
- Last Synced: 2025-04-15T15:14:08.163Z (2 months ago)
- Topics: memory, memory-allocation, memory-allocator
- Language: C++
- Homepage:
- Size: 131 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PMR
Polymorphic Memory Resources
This is a work in progress standalone implementation of [N3916](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3916.pdf).
| Class/Function | Status |
| ------------------------------------- | --------- |
| pmr::memory_resource | Complete |
| new_delete_resource() | Complete |
| null_memory_resource() | Complete |
| get_default_resource() | Complete |
| set_default_resource() | Complete |
| pmr::monotonic_buffer_resource | Complete |
| pmr::polymorphic_allocator | Complete |
| pmr::synchronized_pool_resource | Partial |
| pmr::unsynchronized_pool_resource | Partial |
| pmr::resource_adapter | Complete |
| STL container typedefs | Complete |