base-compat-0.8.2: A compatibility layer for base

Safe HaskellSafe-Inferred
LanguageHaskell98

Foreign.Marshal.Alloc.Compat

Synopsis

Documentation

calloc :: Storable a => IO (Ptr a) Source

Like malloc but memory is filled with bytes of value zero.

callocBytes :: Int -> IO (Ptr a) Source

Llike mallocBytes but memory is filled with bytes of value zero.