[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Allocating arrays and hunks



Well, if you try to allocate something and it won't fit, you
most certainly do get some kind of error -- in the case of a hunk
it is a GC-OVERFLOW error, and in the case of an array I think
you get a FAIL-ACT of soome sort.  While it is admittedly not
convenient (because various errors are grouped into these
categories), this ought to be enough of a hook to let you
write ALLOCATE-RETURNING-NIL-ON-FAILURE.