Home
last modified time | relevance | path

Searched refs:bitmap_allocator (Results 1 – 11 of 11) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h664 class bitmap_allocator; in _GLIBCXX_VISIBILITY()
668 class bitmap_allocator<void> in _GLIBCXX_VISIBILITY()
679 typedef bitmap_allocator<_Tp1> other; in _GLIBCXX_VISIBILITY()
688 class bitmap_allocator : private free_list in _GLIBCXX_VISIBILITY()
703 typedef bitmap_allocator<_Tp1> other; in _GLIBCXX_VISIBILITY()
997 bitmap_allocator() _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1000 bitmap_allocator(const bitmap_allocator&) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1004 bitmap_allocator(const bitmap_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1007 ~bitmap_allocator() _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1026 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h660 class bitmap_allocator; in _GLIBCXX_VISIBILITY()
664 class bitmap_allocator<void> in _GLIBCXX_VISIBILITY()
675 typedef bitmap_allocator<_Tp1> other; in _GLIBCXX_VISIBILITY()
684 class bitmap_allocator : private free_list in _GLIBCXX_VISIBILITY()
699 typedef bitmap_allocator<_Tp1> other; in _GLIBCXX_VISIBILITY()
999 bitmap_allocator() _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1002 bitmap_allocator(const bitmap_allocator&) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1006 bitmap_allocator(const bitmap_allocator<_Tp1>&) _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1009 ~bitmap_allocator() _GLIBCXX_USE_NOEXCEPT in _GLIBCXX_VISIBILITY()
1037 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc34 std::pair<bitmap_allocator<char>::_Alloc_block*,
35 bitmap_allocator<char>::_Alloc_block*> >;
38 std::pair<bitmap_allocator<wchar_t>::_Alloc_block*,
39 bitmap_allocator<wchar_t>::_Alloc_block*> >;
121 template class bitmap_allocator<char>; variable
122 template class bitmap_allocator<wchar_t>; variable
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dbitmap_allocator.cc34 std::pair<bitmap_allocator<char>::_Alloc_block*,
35 bitmap_allocator<char>::_Alloc_block*> >;
38 std::pair<bitmap_allocator<wchar_t>::_Alloc_block*,
39 bitmap_allocator<wchar_t>::_Alloc_block*> >;
124 template class bitmap_allocator<char>; variable
125 template class bitmap_allocator<wchar_t>; variable
H A DMakefile.am113 bitmap_allocator.cc \
H A DMakefile.in82 am__objects_5 = bitmap_allocator.lo pool_allocator.lo mt_allocator.lo \
361 bitmap_allocator.cc \
/dflybsd-src/gnu/lib/gcc80/libstdcxx/components/libconv_1998/
H A DMakefile.src35 bitmap_allocator.cc \
H A DMakefile37 gnu98_FLAGS_FILES= bitmap_allocator.cc ios_locale.cc misc-inst.cc
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A DMakefile74 bitmap_allocator.cc \
H A DMakefile.headers500 ${ext_srcdir}/bitmap_allocator.h \
/dflybsd-src/gnu/lib/gcc80/libstdcxx/headers/
H A DMakefile.headers543 ${ext_srcdir}/bitmap_allocator.h \