Introduce ArrayRefWithPadding
Modules need to access views of memory with and without padding. This
class can be constructed from a PaddedVector, and provides the
capacity to hide the underlying padded container (and allocator),
while being able to obtain ArrayRef with and without padding.
Also updated wording of docs for ArrayRef, and attribution
Fixed issue with shell code using the same pointer for trial and
minimum configuration.
Fixes #2642
Fixes #2705
Change-Id: I45197215342ae011298abc310b877c34f8fab88b
18 files changed: