Zero the full extent of this memory region.
()
| 197 | |
| 198 | /** Zero the full extent of this memory region. */ |
| 199 | public void clear() { |
| 200 | clear(size); |
| 201 | } |
| 202 | |
| 203 | /** Returns false if the memory has been freed. */ |
| 204 | public boolean valid() { |
no outgoing calls