All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 5 Function and Macro Reference

NextPrevUpTopContentsIndex

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 - 7 Dec 2011

NextPrevUpTopContentsIndex