Constant Variable array-total-size-limit

Constant Value:

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

Description:

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

17.1.0 20The 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-limit will be the smallest of these possible limits.

Examples:

None.

See Also:

make-array, array-element-type

Notes:

None.