Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ freeMemory
Method
freeMemory
core/src/main/java/io/questdb/std/Unsafe.java:180–182 ·
view source on GitHub ↗
(long ptr)
Source
from the content-addressed store, hash-verified
178
}
179
180
public
static
void
freeMemory(long ptr) {
181
UNSAFE.freeMemory(ptr);
182
}
183
184
public
static
int
getAndAddInt(Object o, long offset,
int
delta) {
185
return
UNSAFE.getAndAddInt(o, offset, delta);
Callers
7
testRejectsFrameWithNonServerInfoMsgKind
Method · 0.95
testRejectsTruncatedFrame
Method · 0.95
encodeAndDecodeWithZone
Method · 0.95
runPureReadBenchmark
Method · 0.95
testConcurrentOpenClose
Method · 0.95
format
Method · 0.80
free
Method · 0.80
Calls
no outgoing calls
Tested by
5
testRejectsFrameWithNonServerInfoMsgKind
Method · 0.76
testRejectsTruncatedFrame
Method · 0.76
encodeAndDecodeWithZone
Method · 0.76
runPureReadBenchmark
Method · 0.76
testConcurrentOpenClose
Method · 0.76