Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Foreign.Marshal.Alloc.Compat
Documentation
callocBytes :: Int -> IO (Ptr a)
Llike mallocBytes
but memory is filled with bytes of value zero.
base-compat-0.8.2: A compatibility layer for base
Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Foreign.Marshal.Alloc.Compat
callocBytes :: Int -> IO (Ptr a)
Llike mallocBytes
but memory is filled with bytes of value zero.