MCPcopy Create free account
hub / github.com/java-native-access/jna / share

Method share

src/com/sun/jna/Structure.java:2400–2401  ·  view source on GitHub ↗
(long offset, long sz)

Source from the content-addressed store, hash-verified

2398 */
2399 private static final Pointer PLACEHOLDER_MEMORY = new Pointer(0) {
2400 @Override
2401 public Pointer share(long offset, long sz) { return this; }
2402 };
2403
2404 /** Indicate whether the given Structure class can be created by JNA.

Callers 3

useMemoryMethod · 0.45
ensureAllocatedMethod · 0.45
toArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected