MCPcopy Create free account
hub / github.com/questdb/questdb / getAndAddLong

Method getAndAddLong

core/src/main/java/io/questdb/std/Unsafe.java:188–190  ·  view source on GitHub ↗
(Object o, long offset, long delta)

Source from the content-addressed store, hash-verified

186 }
187
188 public static long getAndAddLong(Object o, long offset, long delta) {
189 return UNSAFE.getAndAddLong(o, offset, delta);
190 }
191
192 public static boolean getBool(long address) {
193 return UNSAFE.getByte(address) == 1;

Callers 7

acquireTxnMethod · 0.95
releaseTxnMethod · 0.95
incrFreeCountMethod · 0.80
incrMallocCountMethod · 0.80
incrReallocCountMethod · 0.80
recordMemAllocMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected