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

Method malloc

src/com/sun/jna/Native.java:2468–2468  ·  view source on GitHub ↗

Call the real native malloc @param size size of the memory to be allocated @return native address of the allocated memory block; zero if the allocation failed.

(long size)

Source from the content-addressed store, hash-verified

2466 * allocation failed.
2467 */
2468 public static native long malloc(long size);
2469
2470 /**
2471 * Call the real native free

Callers 1

mallocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected