Home | History | Annotate | Download | only in src

Lines Matching full:deallocate

4731     void deallocate(char* p, std::size_t n) noexcept;
4754 arena<N>::deallocate(char* p, std::size_t n) noexcept
4787 void deallocate(T* p, std::size_t n) noexcept
4789 a_.deallocate(reinterpret_cast<char*>(p), n*sizeof(T));
4829 void deallocate(T* p, std::size_t) noexcept