Next Prev Up Top Contents Index

malloc

Function
Summary

A synonym for allocate-foreign-object .

Package

fli

Signature
malloc &key type
 pointer-type
 initial-element
 initial-contents
 nelems
 => pointer
Description

The function malloc is a synonym for allocate-foreign-object .

See Also

allocate-foreign-object


LispWorks Foreign Language Interface User Guide and Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index