[project @ 2002-09-06 14:08:45 by simonmar]
authorsimonmar <unknown>
Fri, 6 Sep 2002 14:08:45 +0000 (14:08 +0000)
committersimonmar <unknown>
Fri, 6 Sep 2002 14:08:45 +0000 (14:08 +0000)
Implement

   mallocForeignPtr :: Storable a => IO (ForeignPtr a)
   mallocForeignPtrBytes :: Int -> IO (ForeignPtr a)

as GHC extensions for the time being.  I strongly recommend using
these if you need some garbage-collected memory to pass to a foreign
function.


No differences found