Variable AddressedData.crosses

True when the accessed data has crossed a page.

struct AddressedData
{
  // ...
  bool crosses ;
  // ...
}