boundMemory property

  1. @extra
Memory boundMemory
final

The Memory object this pointer is bound to.

The Memory object backs this pointer, if the value of this pointer is accessed.

Implementation

@extra
final Memory boundMemory;