All Manuals > LispWorks Foreign Language Interface User Guide and Reference Manual > 7 Function, Macro and Variable 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 - 29 Sep 2017

NextPrevUpTopContentsIndex