Lines Matching full:deallocate
87 static void deallocate(allocator_type& a, pointer p, size_type n) noexcept;
133 void deallocate(pointer p, size_type n) noexcept;
1486 static void deallocate(allocator_type& __a, pointer __p, size_type __n) _NOEXCEPT
1487 {__a.deallocate(__p, __n);}
1721 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type) _NOEXCEPT
1812 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type) _NOEXCEPT
3560 {__alloc_traits::deallocate(__alloc_, __p, __s_);}
3773 __a.deallocate(_PTraits::pointer_to(*this), 1);
3841 __a.deallocate(_PTraits::pointer_to(*this), 1);