Returns information about the state of internal memory.
system
room-values => result
result |
A plist: (:total-size size :total-allocated allocated :total-free free) . |
The function room-values
returns a plist containing information about the state of internal memory. This information is the same as would be printed by (room nil)
.
In 64-bit LispWorks you can also use count-gen-num-allocation and gen-num-segments-fragmentation-state.
count-gen-num-allocation
room
11.2 Guidance for control of the memory management system
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02