Returns the size, in bytes, for the backing memory.
| 78 | |
| 79 | // Returns the size, in bytes, for the backing memory. |
| 80 | uint64 size() const { return size_; } |
| 81 | |
| 82 | // Warning: note that the pointer returned is not necessarily directly to |
| 83 | // device virtual address space, but is platform-dependent. |
no outgoing calls