sbcl and uffi functions that return :pointer-void

Cyrus Harmon <ch-uffi-dl6SmSK5uza1Z/[email protected]> Thu, 10 Mar 2005 13:21:13 -0800
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
dear uffi-devel,

I know there's been some discussion of how to avoid runtime allocation 
on SBCL for UFFI memory access, but I'm trying to declare an UFFI 
function that returns a :pointer-void and I get a warning about runtime 
allocation. Declaring the return type as :int makes the warning go 
away, but this is, of course, not the right answer. Is there a way to 
do this without the runtime allocation?

Thanks,

Cyrus