Instant is
off
|
Search plugin
|
Manual
|
haskell.org
allocaArray
Packages
base
allocaArray
:: Storable a => Int -> (Ptr a -> IO b) -> IO b
base
Foreign.Marshal.Array
Temporarily allocate space for the given number of elements (like Foreign.Marshal.Alloc.alloca, but for multiple elements).
allocaArray
0
:: Storable a => Int -> (Ptr a -> IO b) -> IO b
base
Foreign.Marshal.Array
Like
allocaArray
, but add an extra position to hold a special termination element.
©
Neil Mitchell
2004-2012, version 4.2.11