A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/LW/html/lw-1462.htm below:

sweep-gen-num-objects

sweep-gen-num-objects Summary

Applies a function to all the live objects in a generation in 64-bit LispWorks.

Signature

sweep-gen-num-objects gen-num function

Arguments

gen-num

An integer in the inclusive range [0,7].

function

A designator for a function of one argument, the object.

Values

sweep-gen-num-objects returns nil.

Description

The function sweep-gen-num-objects applies function to all the live objects in the generation gen-num.

function should take one argument, the object. It can allocate, but if it allocates heavily the sweeping becomes unreliable. Small amounts of allocation will normally happen only in generation 0, and so will not affect sweeping of other generations.

Notes

sweep-gen-num-objects is not implemented in 32-bit LispWorks, where you can use sweep-all-objects instead.

sweep-gen-num-objects does not sweep cons objects in the Mobile GC.

LispWorks User Guide and Reference Manual - 20 Sep 2017


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4