Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadJAWT
Method · 0.45
Calls
1
close
Method · 0.95
Tested by
1
loadJAWT
Method · 0.36