Searched refs:GetBitMapSizeInByte (Results 1 – 4 of 4) sorted by relevance
93 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(Size())); in CreateMarkBitmap()105 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(Size())); in CreateLiveBitmap()
203 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(heapSize)); in CreateLiveBitmap()
379 … using BitMapStorageType = std::array<uint8_t, MemBitmapClass::GetBitMapSizeInByte(MIN_POOL_SIZE)>;
441 inline static constexpr size_t GetBitMapSizeInByte(size_t heapSize) in GetBitMapSizeInByte() function