#include <bitmap_allocator.h>
Public Member Functions | |
| _Bit_map_counter (_BPVector &Rvbp, int __index=-1) | |
| void | _M_reset (int __index=-1) throw () |
| void | _M_set_internal_bit_map (unsigned int *__new_internal_marker) throw () |
| bool | _M_finished () const throw () |
| _Bit_map_counter & | operator++ () throw () |
| unsigned int * | _M_get () |
| pointer | _M_base () |
| unsigned int | _M_offset () |
| unsigned int | _M_where () |
Private Types | |
| typedef std::vector< std::pair< _Tp, _Tp >, _Alloc > | _BPVector |
| typedef _BPVector::size_type | _Index_type |
| typedef _Tp | pointer |
Private Attributes | |
| _BPVector & | _M_vbp |
| unsigned int * | _M_curr_bmap |
| unsigned int * | _M_last_bmap_in_block |
| _Index_type | _M_curr_index |
|
|||||
|
Definition at line 238 of file bitmap_allocator.h. |
|
|||||
|
Definition at line 239 of file bitmap_allocator.h. |
|
|||||
|
Definition at line 240 of file bitmap_allocator.h. |
|
||||||||||||||||
|
Definition at line 251 of file bitmap_allocator.h. |
|
|||||||||
|
Definition at line 313 of file bitmap_allocator.h. Referenced by __gnu_cxx::__aux_balloc::_Bit_map_counter< pointer, _BPVec_allocator_type >::_M_offset(). |
|
|||||||||
|
Definition at line 283 of file bitmap_allocator.h. |
|
|||||||||
|
Definition at line 308 of file bitmap_allocator.h. |
|
|||||||||
|
Definition at line 314 of file bitmap_allocator.h. |
|
||||||||||
|
||||||||||
|
Definition at line 278 of file bitmap_allocator.h. |
|
|||||||||
|
Definition at line 319 of file bitmap_allocator.h. |
|
|||||||||
|
Definition at line 288 of file bitmap_allocator.h. |
|
|||||
|
Definition at line 243 of file bitmap_allocator.h. |
|
|||||
|
Definition at line 245 of file bitmap_allocator.h. |
|
|||||
|
Definition at line 244 of file bitmap_allocator.h. |
|
|||||
|
Definition at line 242 of file bitmap_allocator.h. |
1.3.6