Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dbitmap_allocator.cc37 std::pair<bitmap_allocator<char>::_Alloc_block*,
38 bitmap_allocator<char>::_Alloc_block*> >;
41 std::pair<bitmap_allocator<wchar_t>::_Alloc_block*,
42 bitmap_allocator<wchar_t>::_Alloc_block*> >;
123 template class bitmap_allocator<char>; variable
124 template class bitmap_allocator<wchar_t>; variable
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h690 class bitmap_allocator;
694 class bitmap_allocator<void>
705 typedef bitmap_allocator<_Tp1> other;
710 class bitmap_allocator : private free_list
725 typedef bitmap_allocator<_Tp1> other;
1034 bitmap_allocator() throw()
1037 bitmap_allocator(const bitmap_allocator&)
1041 bitmap_allocator(const bitmap_allocator<_Tp1>&) throw()
1044 ~bitmap_allocator() throw()
1063 allocate(size_type __n, typename bitmap_allocator<void>::const_pointer)
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/config/allocator/
H A Dbitmap_allocator_base.h40 #define __glibcxx_base_allocator __gnu_cxx::bitmap_allocator
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile21 SRCS+= bitmap_allocator.cc pool_allocator.cc \
120 EXTHDRS= algorithm atomicity.h array_allocator.h bitmap_allocator.h \
/openbsd-src/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am521 ${ext_srcdir}/bitmap_allocator.h \
H A DMakefile.in743 ${ext_srcdir}/bitmap_allocator.h \