1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 03:20:39 -08:00

Chaincondemnauto is now policycondemnchain.

Copied from Perforce
 Change: 188167
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-08-25 13:39:11 +01:00
parent 9dd49aa48e
commit af993a09d2

View file

@ -153,7 +153,7 @@ Collections in the MPS start in one of two ways:
indicates if the chain needs collecting, and if so, how urgent it
is to collect that chain. The most urgent chain in need of
collection (if any) is then condemned by calling
``ChainCondemnAuto()``.
``policyCondemnChain()``.
This function chooses the set of generations to condemn, computes
the zoneset corresponding to the union those generations, and
@ -220,7 +220,7 @@ _`.accounting.poll`: ``ChainDeferral()`` uses the *new size* of each
generation to determine which generations in the chain are over
capacity and so might need to be collected via ``TracePoll()``.
_`.accounting.condemn`: ``ChainCondemnAuto()`` uses the *new size* of
_`.accounting.condemn`: ``policyCondemnChain()`` uses the *new size* of
each generation to determine which generations in the chain will be
collected; it also uses the *total size* of the generation to compute
the mortality.