MCPcopy Index your code
hub / github.com/questdb/questdb / allocateMemory

Method allocateMemory

core/src/main/java/io/questdb/std/Unsafe.java:64–66  ·  view source on GitHub ↗
(long size)

Source from the content-addressed store, hash-verified

62 }
63
64 public static long allocateMemory(long size) {
65 return UNSAFE.allocateMemory(size);
66 }
67
68 public static int arrayBaseOffset(Class<?> arrayClass) {
69 return UNSAFE.arrayBaseOffset(arrayClass);

Callers 10

runPureReadBenchmarkMethod · 0.95
mallocBufferMethod · 0.95
mallocMethod · 0.45
UnsafeClass · 0.45

Calls

no outgoing calls