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

Method getAllocMemory

core/src/main/java/io/questdb/std/Rosti.java:74–74  ·  view source on GitHub ↗
(long pRosti)

Source from the content-addressed store, hash-verified

72 }
73
74 public static native long getAllocMemory(long pRosti);
75
76 public static long getCapacity(long pRosti) {
77 return Unsafe.getLong(pRosti + 3 * Long.BYTES);

Callers 6

aggregateUnsafeMethod · 0.95
buildRostiMethod · 0.95
allocMethod · 0.95
freeMethod · 0.95
resetMethod · 0.95
updateMemoryUsageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected