Provide a view of this memory using the given offset to calculate a new base address.
(long offset)
| 81 | |
| 82 | /** Provide a view of this memory using the given offset to calculate a new base address. */ |
| 83 | public Pointer share(long offset) { |
| 84 | return share(offset, 0); |
| 85 | } |
| 86 | |
| 87 | /** Provide a view of this memory using the given offset to calculate a |
| 88 | * new base address, bounds-limiting the memory with the given size. |
no outgoing calls