summaryrefslogtreecommitdiffstats
path: root/libcxx/src/experimental/memory_resource.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* Fix build in C++20Eric Fiselier2019-09-131-2/+2
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+3
* LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"Eric Fiselier2019-03-091-10/+14
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-251-2/+3
* Temporarily Revert "Implement sized deallocation for std::allocator and frien...Eric Christopher2018-10-251-2/+2
* Implement sized deallocation for std::allocator and friends.Eric Fiselier2018-10-241-2/+2
* Fix PR38160 - init_priority attribute not supported by GCC on Apple.Eric Fiselier2018-07-161-1/+12
* Fix PR22634 - std::allocator doesn't respect over-aligned types.Eric Fiselier2018-03-221-3/+3
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
* memory_resource still needs init_priority when built with GCC 4.9Eric Fiselier2016-09-031-3/+1
* Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)),...Eric Fiselier2016-09-031-4/+9
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-5/+1
* Hide some internal symbols for memory resource.Eric Fiselier2016-07-111-0/+5
* Fix memory_resource build for _LIBCPP_HAS_NO_THREADSEric Fiselier2016-05-071-2/+12
* Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONSEric Fiselier2016-05-071-1/+1
* Add <experimental/memory_resource>Eric Fiselier2016-05-071-0/+129
OpenPOWER on IntegriCloud