Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ malloc
Method
malloc
src/com/sun/jna/Memory.java:752–754 ·
view source on GitHub ↗
(long size)
Source
from the content-addressed store, hash-verified
750
}
751
752
protected
static
long malloc(long size) {
753
return
Native.malloc(size);
754
}
755
756
/** Dumps the contents of this memory object. */
757
public
String dump() {
Callers
1
Memory
Method · 0.95
Calls
1
malloc
Method · 0.95
Tested by
no test coverage detected