HomeSort by relevance Sort by last modified time
    Searched defs:malloc_allocator (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 25 /** @file ext/malloc_allocator.h
56 class malloc_allocator class
69 { typedef malloc_allocator<_Tp1> other; };
77 malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
79 malloc_allocator(const malloc_allocator&) _GLIBCXX_USE_NOEXCEPT { }
82 malloc_allocator(const malloc_allocator<_Tp1>&)
85 ~malloc_allocator() _GLIBCXX_USE_NOEXCEPT { }
141 operator==(const malloc_allocator<_Tp>&, const malloc_allocator<_Tp>&
    [all...]
  /external/libcxx/test/support/
min_allocator.h 108 class malloc_allocator : public malloc_allocator_base class in inherits:malloc_allocator_base
113 malloc_allocator() TEST_NOEXCEPT { assert(!disable_default_constructor); }
116 malloc_allocator(malloc_allocator<U>) TEST_NOEXCEPT {}
130 friend bool operator==(malloc_allocator, malloc_allocator) {return true;}
131 friend bool operator!=(malloc_allocator x, malloc_allocator y) {return !(x == y);}

Completed in 731 milliseconds