Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
aggregateUnsafe
Method · 0.95
buildRosti
Method · 0.95
alloc
Method · 0.95
free
Method · 0.95
reset
Method · 0.95
updateMemoryUsage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected