Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/questdb/questdb
/ incrReallocCount
Method
incrReallocCount
core/src/main/java/io/questdb/std/Unsafe.java:316–318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
314
}
315
316
public
static
void
incrReallocCount() {
317
UNSAFE.getAndAddLong(null, REALLOC_COUNT_ADDR, 1);
318
}
319
320
public
static
void
loadFence() {
321
UNSAFE.loadFence();
Callers
3
realloc
Method · 0.95
ensureCapacity
Method · 0.95
closeByteSink
Method · 0.95
Calls
1
getAndAddLong
Method · 0.80
Tested by
no test coverage detected