(long dst, long len, int value)
| 202 | |
| 203 | // note: memset only uses single byte of the given int |
| 204 | public static native void memset(long dst, long len, int value); |
| 205 | |
| 206 | public static native long mergeDedupTimestampWithLongIndexAsc( |
| 207 | long pSrc, |
no outgoing calls