Object Table Entry

In early Smalltalk implementations, an ObjectTableEntry provided a reference to an object. For an allocated object, the ObjectTableEntry provided the memory address and size of the object to the virtual machine. For a "free entry" (unallocated object), the ObjectTableEntry pointed to the next free entry -- allowing the virtual machine to more easily manage storage.


See also TombStone


EditText of this page (last edited March 19, 2004) or FindPage with title or text search