processmemory-0.1.0.0: C bindings for the gnu-extension functions process_vm_readv and process_vm_writev

Safe HaskellSafe
LanguageHaskell2010

Data.Memory.Debug.IOVec

Documentation

data IOVec Source #

Constructors

IOVec 

Fields

Instances
Show IOVec Source # 
Instance details

Defined in Data.Memory.Debug.IOVec

Methods

showsPrec :: Int -> IOVec -> ShowS #

show :: IOVec -> String #

showList :: [IOVec] -> ShowS #

Storable IOVec Source # 
Instance details

Defined in Data.Memory.Debug.IOVec

Methods

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 () #