base-compat-0.10.5: A compatibility layer for base

Safe HaskellSafe
LanguageHaskell98

Foreign.Marshal.Array.Compat

Synopsis

Documentation

callocArray :: Storable a => Int -> IO (Ptr a) #

Like mallocArray, but allocated memory is filled with bytes of value zero.

callocArray0 :: Storable a => Int -> IO (Ptr a) #

Like callocArray0, but allocated memory is filled with bytes of value zero.