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

NextPrevUpTopContentsIndex

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

The Mobile GC


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex