MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / calloc

Method calloc

test/test/nativemem/Native.java:17–17  ·  view source on GitHub ↗
(long num, long size)

Source from the content-addressed store, hash-verified

15 public static native long realloc(long addr, long size);
16
17 public static native long calloc(long num, long size);
18
19 public static native long free(long addr);
20

Callers 2

mainMethod · 0.95
doCallocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected