BIT_ARRAY_ELEMENTS
#define BIT_ARRAY_BYTES (BIT_ARRAY_ELEMENTS * 4) // the number of bytes in the bit array
m_pBitArray = new uint32 [BIT_ARRAY_ELEMENTS];