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

Method dispose

src/com/sun/jna/Memory.java:193–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 }
192
193 @Deprecated
194 protected void dispose() {
195 close();
196 }
197
198 /** Zero the full extent of this memory region. */
199 public void clear() {

Callers 1

loadJAWTMethod · 0.45

Calls 1

closeMethod · 0.95

Tested by 1

loadJAWTMethod · 0.36