Home | History | Annotate | Download | only in src

Lines Matching defs:malloc_alloc

4874 class malloc_alloc
4885 malloc_alloc() = default;
4886 template <class U> malloc_alloc(const malloc_alloc<U>&) noexcept {}
4897 template <class U> struct rebind { using other = malloc_alloc<U>; };
4912 operator==(const malloc_alloc<T>&, const malloc_alloc<U>&) noexcept
4920 operator!=(const malloc_alloc<T>& x, const malloc_alloc<U>& y) noexcept
4950 malloc_alloc<char>> String;