Set the memory used by this structure. This method is used to indicate the given structure is nested within another or otherwise overlaid on some other memory block and thus does not own its own memory. @param m Memory to with which to back this Structure.
(Pointer m)
| 320 | * @param m Memory to with which to back this {@link Structure}. |
| 321 | */ |
| 322 | protected void useMemory(Pointer m) { |
| 323 | useMemory(m, 0); |
| 324 | } |
| 325 | |
| 326 | /** Set the memory used by this structure. This method is used to |
| 327 | * indicate the given structure is based on natively-allocated data, |