Name
free-foreign-object — Frees memory that was allocated for a foreign boject.
Macro
Syntax
free-foreign-object ptr
Arguments and Values
- ptr
A pointer to the allocated foreign object to free.
Description
Frees the memory used by the allocation of a foreign object.
Exceptional Situations
None.