A condition class for failures to map memory.
system
:gen-num |
The number of the generation in which the system was trying to allocate. |
:size |
The size in bytes which the system was trying to allocate. |
:type |
A string naming the allocation type the system was trying to allocate. |
:static |
A boolean, true if the system was trying to allocate a static object, and false otherwise. |
storage-exhausted-gen-num
storage-exhausted-size
storage-exhausted-static
storage-exhausted-type
The class storage-exhausted
is a condition class used for reporting failures to map memory.
Allocation types are as described in set-maximum-segment-size.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02