NextPrevUpTopContentsIndex

room-values

Function
Summary

Returns information about the state of internal storage.

Package

system

Signature

room-values => result

Values

result

A plist

(:total-size size

:total-allocated allocated

:total-free free )

Description

room-values returns a plist containing information about the state of internal storage. This information is the same as would be printed by (room) .

See also

room


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex