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

storage-exhausted Class

Summary

A condition class for failures to map memory.

Package

system

Superclasses

storage-condition

Initargs
: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.
Accessors

storage-exhausted-gen-num
storage-exhausted-size
storage-exhausted-static
storage-exhausted-type

Description

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.

See also

set-memory-exhausted-callback


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02