MCPcopy Index your code
hub / github.com/java-native-access/jna / useMemory

Method useMemory

src/com/sun/jna/Structure.java:322–324  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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,

Callers 9

StructureMethod · 0.95
toArrayMethod · 0.95
getValueMethod · 0.95
readArrayMethod · 0.95
setValueMethod · 0.95
writeArrayMethod · 0.95
newInstanceMethod · 0.45

Calls 6

sizeMethod · 0.95
calculateSizeMethod · 0.95
readMethod · 0.65
clearMethod · 0.45
writeMethod · 0.45
shareMethod · 0.45