Searched refs:GetBitMapSizeInByte (Results 1 – 4 of 4) sorted by relevance
119 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(Size())); in CreateMarkBitmap()131 auto bitmapData = allocator->Alloc(MarkBitmap::GetBitMapSizeInByte(Size())); in CreateLiveBitmap()
202 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