processmemory-0.1.0.0: C bindings for the gnu-extension functions process_vm_readv and process_vm_writev
Data.Memory.Debug.IOVec
data IOVec Source #
Constructors
Fields
Defined in Data.Memory.Debug.IOVec
Methods
showsPrec :: Int -> IOVec -> ShowS #
show :: IOVec -> String #
showList :: [IOVec] -> ShowS #
sizeOf :: IOVec -> Int #
alignment :: IOVec -> Int #
peekElemOff :: Ptr IOVec -> Int -> IO IOVec #
pokeElemOff :: Ptr IOVec -> Int -> IOVec -> IO () #
peekByteOff :: Ptr b -> Int -> IO IOVec #
pokeByteOff :: Ptr b -> Int -> IOVec -> IO () #
peek :: Ptr IOVec -> IO IOVec #
poke :: Ptr IOVec -> IOVec -> IO () #