1. f25b75b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 7 years ago
  2. 9bbee38 Temporarily Revert "Implement sized deallocation for std::allocator and friends." by Eric Christopher · 7 years ago
  3. 7e6448b Implement sized deallocation for std::allocator and friends. by Eric Fiselier · 7 years ago
  4. 241d4ad Fix PR38160 - init_priority attribute not supported by GCC on Apple. by Eric Fiselier · 7 years ago
  5. f2918d1 Fix PR22634 - std::allocator doesn't respect over-aligned types. by Eric Fiselier · 8 years ago
  6. cd71f44 [libc++] Tolerate presence of __deallocate macro by Eric Fiselier · 9 years ago
  7. e2f2d1e [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 9 years ago
  8. ebbcfe7 memory_resource still needs init_priority when built with GCC 4.9 by Eric Fiselier · 9 years ago
  9. 4efaa30 Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)), and apply it to memory_resource by Eric Fiselier · 9 years ago
  10. d437fa5 Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception type we define. They either construct and throw the exception, or abort() (if exceptions are disabled). Use these functions everywhere instead of assert()ing when exceptions are disabled. WARNING: This is a behavior change - but only with exceptions disabled. Reviewed as: https://reviews.llvm.org/D23855. by Marshall Clow · 9 years ago
  11. faaeaaf Hide some internal symbols for memory resource. by Eric Fiselier · 9 years ago
  12. 2266a8d Fix memory_resource build for _LIBCPP_HAS_NO_THREADS by Eric Fiselier · 9 years ago
  13. 946c9b4 Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS by Eric Fiselier · 9 years ago
  14. 15551ef Add <experimental/memory_resource> by Eric Fiselier · 9 years ago