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

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 nil).

Notes

In 64-bit LispWorks you can also use count-gen-num-allocation and gen-num-segments-fragmentation-state.

See also

count-gen-num-allocation
room
Guidance for control of the storage management system


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex