MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / call_process_vm_writev

Function call_process_vm_writev

KittyMemoryEx/KittyMemOp.cpp:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static ssize_t call_process_vm_writev(pid_t pid,
32 const iovec *lvec,
33 unsigned long liovcnt,
34 const iovec *rvec,
35 unsigned long riovcnt,
36 unsigned long flags)
37{
38 return syscall(syscall_wpmv_n, pid, lvec, liovcnt, rvec, riovcnt, flags);
39}
40
41/* =================== IKittyMemOp =================== */
42

Callers 1

WriteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected