Home | History | Annotate | Download | only in src

Lines Matching full:malloc_alloc

4817 class malloc_alloc
4822 malloc_alloc() = default;
4823 template <class U> malloc_alloc(const malloc_alloc<U>&) noexcept {}
4838 operator==(const malloc_alloc<T>&, const malloc_alloc<U>&) noexcept
4846 operator!=(const malloc_alloc<T>& x, const malloc_alloc<U>& y) noexcept
4876 malloc_alloc<char>> String;