All Manuals > LispWorks User Guide and Reference Manual > 49 The SYSTEM Package

NextPrevUpTopContentsIndex

object-address

Function
Summary

Returns the address of a Lisp object.

Package

system

Signature

object-address object => address

Arguments

object

A Lisp object.

Values

address

An integer.

Description

The function object-address returns the address of the Lisp object object as an integer address. Note that the address of object may change during garbage collection so this integer should be used for debugging purposes only.

See also

immediatep
object-pointer
pointer-from-address


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex