Lines Matching refs:bitmap_allocator
664 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()
1076 operator==(const bitmap_allocator<_Tp1>&, in _GLIBCXX_VISIBILITY()
1077 const bitmap_allocator<_Tp2>&) throw() in _GLIBCXX_VISIBILITY()
1082 operator!=(const bitmap_allocator<_Tp1>&, in _GLIBCXX_VISIBILITY()
1083 const bitmap_allocator<_Tp2>&) throw() in _GLIBCXX_VISIBILITY()
1088 typename bitmap_allocator<_Tp>::_BPVector in _GLIBCXX_VISIBILITY()
1089 bitmap_allocator<_Tp>::_S_mem_blocks; in _GLIBCXX_VISIBILITY()
1092 size_t bitmap_allocator<_Tp>::_S_block_size = in _GLIBCXX_VISIBILITY()
1096 typename bitmap_allocator<_Tp>::_BPVector::size_type in _GLIBCXX_VISIBILITY()
1097 bitmap_allocator<_Tp>::_S_last_dealloc_index = 0; in _GLIBCXX_VISIBILITY()
1101 <typename bitmap_allocator<_Tp>::_Alloc_block*> in _GLIBCXX_VISIBILITY()
1102 bitmap_allocator<_Tp>::_S_last_request(_S_mem_blocks); in _GLIBCXX_VISIBILITY()
1106 typename bitmap_allocator<_Tp>::__mutex_type in _GLIBCXX_VISIBILITY()
1107 bitmap_allocator<_Tp>::_S_mut; in _GLIBCXX_VISIBILITY()