BitMagic-C++
|
Example: how to use 64-bit mode. More...
#include <iostream>
#include <assert.h>
#include "bm64.h"
Go to the source code of this file.
Functions | |
int | main (void) |
Example: how to use 64-bit mode.
By default BitMagic uses 32-bit address mode even when if it is compiled for 64-bit version. This way it supports 2^32-1 address space.
There are two ways to run BitMagic in 64-bit address mode:
Limitations:
Definition in file bvsample01_64.cpp.
int main | ( | void | ) |
Definition at line 50 of file bvsample01_64.cpp.
References bm::bvector< Alloc >::count(), bm::bvector< Alloc >::find_range(), bm::bvector< Alloc >::first(), bm::id_max, and bm::bvector< Alloc >::set().