array-total-size-limit (original) (raw)

ANSI Common Lisp 15 Arrays 15.2 Dictionary of Arrays

15.2.26 array-total-size-limit Constant Variable

Constant Value:

A positive_fixnum_, the exact magnitude of which is implementation-dependent, but which is not less than 1024.

Description:

The upper exclusive bound on the array total size of an array.

The actual limit on the _array total size_imposed by the _implementation_might vary according the element type of the array; in this case, the value of array-total-size-limitwill be the smallest of these possible limits.

See Also:

make-array, array-element-type

Allegro CL Implementation Details:

None.