All Manuals > LispWorks® User Guide and Reference Manual > 47 The SYSTEM Package

mobile-gc-p Function

Summary

Returns true when using the Mobile GC, otherwise false.

Package

system

Signature

mobile-gc-p => result

Values
result
A boolean.
Description

The function mobile-gc-p is a predicate that returns true when 64-bit LispWorks is using the Mobile GC and false otherwise. In 32-bit LispWorks, it always returns false.

See also

11.5 The Mobile GC


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02