Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Synopsis
- module Foreign.Marshal.Alloc
- calloc :: Storable a => IO (Ptr a)
- callocBytes :: Int -> IO (Ptr a)
Documentation
module Foreign.Marshal.Alloc
callocBytes :: Int -> IO (Ptr a) #
Llike mallocBytes
but memory is filled with bytes of value zero.