allocate-foreign-object
— Allocates an instance of a foreign object.
(allocate-foreign-object
type) ⇒ &optional) ⇒ size)
| The type of foreign object to allocate. This parameter is evaluated. |
| An optional size parameter that is evaluated. If specified, allocates and returns an
array of |
returns | A pointer to the foreign object. |