Previous: , Up: iklib memory   [Index]


6.46.5 Memory allocation condition objects

The following bindings are exported by the libraries (vicare) and (vicare system $foreign) and reexported by the library (vicare ffi).

Condition Type: &out-of-memory-error

Condition object type used to tag conditions representing memory allocation errors; it is derived from &error. It has no fields.

Function: make-out-of-memory-error
Function: out-of-memory-error? obj

Maker and predicate for condition objects of type &out-of-memory-error.