summaryrefslogtreecommitdiffstats
path: root/libcxx/include/experimental/__memory
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/experimental/__memory')
-rw-r--r--libcxx/include/experimental/__memory7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxx/include/experimental/__memory b/libcxx/include/experimental/__memory
index 6da6bef663a..4cf8978468c 100644
--- a/libcxx/include/experimental/__memory
+++ b/libcxx/include/experimental/__memory
@@ -73,13 +73,6 @@ struct __lfts_uses_alloc_ctor
>
{};
-// Round __s up to next multiple of __a.
-inline _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR
-size_t __aligned_allocation_size(size_t __s, size_t __a) _NOEXCEPT
-{
- return (__s + __a - 1) & ~(__a - 1);
-}
-
template <class _Tp, class _Alloc, class ..._Args>
inline _LIBCPP_INLINE_VISIBILITY
void __lfts_user_alloc_construct(
OpenPOWER on IntegriCloud