NextPrevUpTopContentsIndex

storage-exhausted

Class
Summary

A condition class for failures to map memory.

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-condition 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 Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex