1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
Copied from Perforce
 Change: 190031
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2016-03-14 20:10:14 +00:00
parent abb59fd3c8
commit e034e7aeea
9 changed files with 42 additions and 33 deletions

View file

@ -486,7 +486,7 @@ typedef struct TraceStruct {
Size condemned; /* condemned bytes */
Size notCondemned; /* collectable but not condemned */
Size foundation; /* initial grey set size */
Work quantumWork; /* collection work constituting a quantum */
Work quantumWork; /* tracing work to be done in each poll */
STATISTIC_DECL(Count greySegCount); /* number of grey segs */
STATISTIC_DECL(Count greySegMax); /* max number of grey segs */
STATISTIC_DECL(Count rootScanCount); /* number of roots scanned */