Safe Haskell | Trustworthy |
---|---|
Language | Haskell2010 |
Foreign.Marshal.Compat
Documentation
callocBytes :: Int -> IO (Ptr a) #
finalizerFree :: FinalizerPtr a #
mallocBytes :: Int -> IO (Ptr a) #
pokeArray0 :: Storable a => a -> Ptr a -> [a] -> IO () #
module Foreign.Marshal.Alloc.Compat
module Foreign.Marshal.Array.Compat
module Foreign.Marshal.Utils.Compat