storablevector-0.2.5: foreign-ptr/slow/Data/StorableVector/Memory.hs
module Data.StorableVector.Memory where
import Foreign.Storable (Storable)
import qualified Foreign.ForeignPtr as F
{-# INLINE mallocForeignPtrArray #-}
mallocForeignPtrArray :: Storable a => Int -> IO (F.ForeignPtr a)
mallocForeignPtrArray = F.mallocForeignPtrArray