Searched refs:BitMapStorageType (Results 1 – 2 of 2) sorted by relevance
379 … using BitMapStorageType = std::array<uint8_t, MemBitmapClass::GetBitMapSizeInByte(MIN_POOL_SIZE)>; variable392 BitMapStorageType storageForBitmap_;
733 memset_s(storageForBitmap_.data(), sizeof(BitMapStorageType), 0, sizeof(BitMapStorageType)); in PoolListElement()