Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ incrFreeCount
Method
incrFreeCount
core/src/main/java/io/questdb/std/Unsafe.java:308–310 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
306
}
307
308
public
static
void
incrFreeCount() {
309
UNSAFE.getAndAddLong(null, FREE_COUNT_ADDR, 1);
310
}
311
312
public
static
void
incrMallocCount() {
313
UNSAFE.getAndAddLong(null, MALLOC_COUNT_ADDR, 1);
Callers
2
free
Method · 0.95
deflate
Method · 0.95
Calls
1
getAndAddLong
Method · 0.80
Tested by
no test coverage detected