Bug 1386660 - Part 1: Update a comment to reflect current code. r=jonco

This commit is contained in:
Paul Bone 2017-08-08 12:11:00 +10:00
Родитель 687d31efab
Коммит e9c591a48a
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -155,9 +155,9 @@ class GCSchedulingTunables
ActiveThreadData<size_t> gcMaxNurseryBytes_;
/*
* The base value used to compute zone->trigger.gcBytes(). When
* usage.gcBytes() surpasses threshold.gcBytes() for a zone, the zone may
* be scheduled for a GC, depending on the exact circumstances.
* The base value used to compute zone->threshold.gcTriggerBytes(). When
* usage.gcBytes() surpasses threshold.gcTriggerBytes() for a zone, the
* zone may be scheduled for a GC, depending on the exact circumstances.
*/
ActiveThreadOrGCTaskData<size_t> gcZoneAllocThresholdBase_;