#include <bm.h>
Data Fields | |
| unsigned | bit_blocks |
| Number of bit blocks. | |
| unsigned | gap_blocks |
| Number of GAP blocks. | |
| unsigned | max_serialize_mem |
| Estimated maximum of memory required for serialization. | |
| unsigned | memory_used |
| Memory used by bitvector including temp and service blocks. | |
| gap_word_t | gap_length [bm::set_total_blocks] |
| Array of all GAP block lengths in the bvector. | |
| gap_word_t | gap_levels [bm::gap_levels] |
| GAP lengths used by bvector. | |
Definition at line 121 of file bm.h.
|
|||||
|
Number of bit blocks.
|
|
|||||
|
Number of GAP blocks.
|
|
|||||
|
Array of all GAP block lengths in the bvector.
|
|
|||||
|
GAP lengths used by bvector.
|
|
|||||
|
Estimated maximum of memory required for serialization.
|
|
|||||
|
Memory used by bitvector including temp and service blocks.
|
1.4.1