hdf5-1.8.13: Haskell interface to the HDF5 scientific data storage library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bindings.HDF5.Raw.H5MM

Documentation

type H5MM_allocate_t info mem = FunPtr (CSize -> Ptr info -> IO (Ptr mem)) Source #

type H5MM_free_t info mem = FunPtr (Ptr mem -> Ptr info -> IO ()) Source #