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