Function
system
staticp obj => bool
An object.
t if the object is allocated in static memory;nil otherwise.
staticp applied to an alien returnsnil even though the alien instance itself is really allocated in static memory. To establish this, you can check the pointer to the alien instance within its Lisp representation (a structure).