Lines Matching refs:bitmap_allocator
690 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)
1101 operator==(const bitmap_allocator<_Tp1>&,
1102 const bitmap_allocator<_Tp2>&) throw()
1107 operator!=(const bitmap_allocator<_Tp1>&,
1108 const bitmap_allocator<_Tp2>&) throw()
1113 typename bitmap_allocator<_Tp>::_BPVector
1114 bitmap_allocator<_Tp>::_S_mem_blocks;
1117 size_t bitmap_allocator<_Tp>::_S_block_size =
1121 typename __gnu_cxx::bitmap_allocator<_Tp>::_BPVector::size_type
1122 bitmap_allocator<_Tp>::_S_last_dealloc_index = 0;
1126 <typename bitmap_allocator<_Tp>::_Alloc_block*>
1127 bitmap_allocator<_Tp>::_S_last_request(_S_mem_blocks);
1131 typename bitmap_allocator<_Tp>::__mutex_type
1132 bitmap_allocator<_Tp>::_S_mut;