MCPcopy Index your code
hub / github.com/questdb/questdb / memmove

Method memmove

core/src/main/java/io/questdb/std/Vect.java:201–201  ·  view source on GitHub ↗
(long dst, long src, long len)

Source from the content-addressed store, hash-verified

199 }
200
201 public static native void memmove(long dst, long src, long len);
202
203 // note: memset only uses single byte of the given int
204 public static native void memset(long dst, long len, int value);

Callers 15

parseMeasurementMethod · 0.95
testMemmoveMethod · 0.95
compactRecvBufMethod · 0.95
compactSendBufMethod · 0.95
shiftReceiveBufferMethod · 0.95
consumeChunkedMethod · 0.95
compactBufferMethod · 0.95
writeToSocketMethod · 0.95
evictMethod · 0.95
shiftCountsMethod · 0.95

Calls

no outgoing calls

Tested by 2

parseMeasurementMethod · 0.76
testMemmoveMethod · 0.76