HomeSort by: relevance | last modified time | path
    Searched refs:__pool_alloc (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
pool_allocator.h 63 * @brief Base class for __pool_alloc.
126 class __pool_alloc : private __pool_alloc_base class in inherits:__pool_alloc_base
142 { typedef __pool_alloc<_Tp1> other; };
150 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
152 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
155 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
157 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
200 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
pool_allocator.h 61 * @brief Base class for __pool_alloc.
124 class __pool_alloc : private __pool_alloc_base class in inherits:__pool_alloc_base
140 { typedef __pool_alloc<_Tp1> other; };
148 __pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
150 __pool_alloc(const __pool_alloc&) _GLIBCXX_USE_NOEXCEPT { }
153 __pool_alloc(const __pool_alloc<_Tp1>&) _GLIBCXX_USE_NOEXCEPT { }
155 ~__pool_alloc() _GLIBCXX_USE_NOEXCEPT { }
198 operator==(const __pool_alloc<_Tp>&, const __pool_alloc<_Tp>&
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
pool_allocator.cc 173 template class __pool_alloc<char>;
174 template class __pool_alloc<wchar_t>;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
pool_allocator.cc 173 template class __pool_alloc<char>;
174 template class __pool_alloc<wchar_t>;

Completed in 29 milliseconds