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

Method realloc

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

Source from the content-addressed store, hash-verified

13 public static native long malloc(long size);
14
15 public static native long realloc(long addr, long size);
16
17 public static native long calloc(long num, long size);
18

Callers 2

mainMethod · 0.95
doMallocReallocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected