Struct ov::util::AlignedRegion# struct AlignedRegion# Represents a memory region aligned to a power-of-two boundary. Public Members uintptr_t m_address = 0# Aligned base address (rounded down to boundary) size_t m_length = 0# Total length of the aligned region including the gap. size_t m_gap = 0# Gap from the aligned address to the original unaligned address.