MCPcopy 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

reallocMethod · 0.95
ensureCapacityMethod · 0.95
closeByteSinkMethod · 0.95

Calls 1

getAndAddLongMethod · 0.80

Tested by

no test coverage detected