Home
last modified time | relevance | path

Searched refs:malloc_alloc (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Core/
HDMangled.cpp4822 class malloc_alloc class
4827 malloc_alloc() = default;
4828 template <class U> malloc_alloc(const malloc_alloc<U>&) noexcept {} in malloc_alloc() function in __anonc4cafd400111::malloc_alloc
4843 operator==(const malloc_alloc<T>&, const malloc_alloc<U>&) noexcept in operator ==()
4851 operator!=(const malloc_alloc<T>& x, const malloc_alloc<U>& y) noexcept in operator !=()
4859 using String = std::basic_string<char, std::char_traits<char>, malloc_alloc<char>>;
/trueos/contrib/libstdc++/
DChangeLog-20011618 * include/backward/alloc.h: Conditionally define malloc_alloc