Lines Matching refs:bitmap_allocator
660 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()
1096 operator==(const bitmap_allocator<_Tp1>&, in _GLIBCXX_VISIBILITY()
1097 const bitmap_allocator<_Tp2>&) throw() in _GLIBCXX_VISIBILITY()
1102 operator!=(const bitmap_allocator<_Tp1>&, in _GLIBCXX_VISIBILITY()
1103 const bitmap_allocator<_Tp2>&) throw() in _GLIBCXX_VISIBILITY()
1108 typename bitmap_allocator<_Tp>::_BPVector in _GLIBCXX_VISIBILITY()
1109 bitmap_allocator<_Tp>::_S_mem_blocks; in _GLIBCXX_VISIBILITY()
1112 size_t bitmap_allocator<_Tp>::_S_block_size = in _GLIBCXX_VISIBILITY()
1116 typename bitmap_allocator<_Tp>::_BPVector::size_type in _GLIBCXX_VISIBILITY()
1117 bitmap_allocator<_Tp>::_S_last_dealloc_index = 0; in _GLIBCXX_VISIBILITY()
1121 <typename bitmap_allocator<_Tp>::_Alloc_block*> in _GLIBCXX_VISIBILITY()
1122 bitmap_allocator<_Tp>::_S_last_request(_S_mem_blocks); in _GLIBCXX_VISIBILITY()
1126 typename bitmap_allocator<_Tp>::__mutex_type in _GLIBCXX_VISIBILITY()
1127 bitmap_allocator<_Tp>::_S_mut; in _GLIBCXX_VISIBILITY()