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

Method malloc

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

Source from the content-addressed store, hash-verified

11 }
12
13 public static native long malloc(long size);
14
15 public static native long realloc(long addr, long size);
16

Callers 3

mainMethod · 0.95
mainMethod · 0.95
doMallocReallocMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected