OEBitVectorNumBytes¶
size_t OEBitVectorNumBytes(size_t bits)
Returns the number of words required to store the number of bits
passed as the bits
parameter, rounded up to a multiple of
machine word size.
size_t OEBitVectorNumBytes(size_t bits)
Returns the number of words required to store the number of bits
passed as the bits
parameter, rounded up to a multiple of
machine word size.