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

Method dispose

src/com/sun/jna/CallbackReference.java:451–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 }
450
451 @Deprecated
452 protected void dispose() {
453 close();
454 }
455
456 /** Dispose of all memory allocated for callbacks. */
457 static void disposeAll() {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected