summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++17/memory_resource.cc
AgeCommit message (Expand)Author
2025-07-09libstdc++: Fix memory_resource.cc bootstrap failure for non-gthreads targetsJonathan Wakely
2025-07-08libstdc++: Ensure pool resources meet alignment requirements [PR118681]Jonathan Wakely
2025-02-20libstdc++: Fix invalid signed arguments to <bit> functionsJonathan Wakely
2025-02-20libstdc++: Remove workaround for reserved init_priority warningsJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-09-14libstdc++: Remove some more unconditional uses of atomicsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-28libstdc++: Fix src/c++17/memory_resource for H8 targets [PR107801]Jonathan Wakely
2022-11-22libstdc++: Fix pool resource build errors for H8 [PR107801]Jonathan Wakely
2022-11-02libstdc++: Remove more redundant union membersJonathan Wakely
2022-05-17libstdc++: Relax memory ordering for default memory resource objectJonathan Wakely
2022-01-20libstdc++: Use Clang attribute instead of __constinitJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-15c++: check constexpr constructor bodyJason Merrill
2021-07-30fix breakage from "libstdc++: Remove unnecessary uses of <utility>"Hans-Peter Nilsson
2021-01-04Update copyright years.Jakub Jelinek
2020-09-10libstdc++: handle small max_blocks_per_chunk in pool resources [PR 94160]Jonathan Wakely
2020-09-10libstdc++: Reduce monotonic_buffer_resource overallocation [PR 96942]Jonathan Wakely
2020-05-04libstdc++: Fix incorrect size calculation in PMR resource (PR 94906)Jonathan Wakely
2020-05-04libstdc++: Make pmr::synchronized_pool_resource work without libpthread (PR 9...Jonathan Wakely
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-01-09libstdc++: Define memory resource key functions non-inline (PR93208)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely
2019-04-11PR libstdc++/90046 fix build failure on epiphany-elfJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-11-21PR libstdc++/88111 Make maximum block size depend on size_t widthJonathan Wakely
2018-11-21PR libstdc++/88113 use size_type consistently instead of size_tJonathan Wakely
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely
2018-11-15Optimize pool resource allocationJonathan Wakely
2018-11-13Fix error when selecting number of memory poolsJonathan Wakely
2018-11-13Fix unused parameter warnings introduced in earlier patchJonathan Wakely
2018-11-13Remove redundant loop in unsynchronized_pool_resource codeJonathan Wakely
2018-11-13Improve handling of pool_options::largest_required_pool_blockJonathan Wakely
2018-11-13Fix incorrect assertion when deallocating big blockJonathan Wakely
2018-11-13Fix overflows in std::pmr::unsynchonized_pool_resourceJonathan Wakely
2018-11-12PR libstdc++/87963 fix build for 64-bit mingwJonathan Wakely
2018-11-06Implement std::pmr::unsynchronized_pool_resourceJonathan Wakely
2018-08-15Fix single-threaded build for targets without atomicsJonathan Wakely
2018-08-14PR libstdc++/86846 Alternative to pointer-width atomicsJonathan Wakely
2018-08-07Define monotonic_buffer_resource members out-of-lineJonathan Wakely
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely