Warning: note that the pointer returned is not necessarily directly to device virtual address space, but is platform-dependent.
| 82 | // Warning: note that the pointer returned is not necessarily directly to |
| 83 | // device virtual address space, but is platform-dependent. |
| 84 | void *opaque() { return opaque_; } |
| 85 | const void *opaque() const { return opaque_; } |
| 86 | |
| 87 | // Returns the payload of this memory region. |
no outgoing calls