
29 Oct
2005
29 Oct
'05
12:27 p.m.
So both with and allocaBytes allocate bytes on the stack then, correct? On Oct 29, 2005, at 1:13 PM, Sven Panne wrote:
In a nutshell: "with" is not better than "allocaBytes", it is something different. "with" can be used to pass a Storable Haskell value in a temporary memory buffer to a function, while "allocaBytes" only does plain temporary memory allocation.