Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
libcxx
/
src
/
experimental
/
memory_resource.cpp
f25b75b
Implement sized deallocation for std::allocator and friends.
by Eric Fiselier
· 7 years ago
9bbee38
Temporarily Revert "Implement sized deallocation for std::allocator and friends."
by Eric Christopher
· 7 years ago
7e6448b
Implement sized deallocation for std::allocator and friends.
by Eric Fiselier
· 7 years ago
241d4ad
Fix PR38160 - init_priority attribute not supported by GCC on Apple.
by Eric Fiselier
· 7 years ago
f2918d1
Fix PR22634 - std::allocator doesn't respect over-aligned types.
by Eric Fiselier
· 8 years ago
cd71f44
[libc++] Tolerate presence of __deallocate macro
by Eric Fiselier
· 9 years ago
e2f2d1e
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
by Eric Fiselier
· 9 years ago
ebbcfe7
memory_resource still needs init_priority when built with GCC 4.9
by Eric Fiselier
· 9 years ago
4efaa30
Define _LIBCPP_SAFE_STATIC __attribute__((require_constant_initialization)), and apply it to memory_resource
by Eric Fiselier
· 9 years ago
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
faaeaaf
Hide some internal symbols for memory resource.
by Eric Fiselier
· 9 years ago
2266a8d
Fix memory_resource build for _LIBCPP_HAS_NO_THREADS
by Eric Fiselier
· 9 years ago
946c9b4
Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS
by Eric Fiselier
· 9 years ago
15551ef
Add <experimental/memory_resource>
by Eric Fiselier
· 9 years ago