(long dst, long src, long len)
| 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); |
no outgoing calls