All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 7 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
FLI Pointers


LispWorks Foreign Language Interface User Guide and Reference Manual - 16 Feb 2015

NextPrevUpTopContentsIndex