* some comment update for target_occupancy()

This commit is contained in:
Thomas Schatzl 2025-09-26 14:51:49 +02:00
parent 085b0b1002
commit 01a6aee90f

View File

@ -55,6 +55,7 @@ protected:
// The target maximum occupancy of the heap. The target occupancy is the number
// of bytes when marking should be finished and reclaim started.
// It is only considered for starting the marking.
// This is a function of current heap size and external SoftMaxHeapSize goal.
size_t target_occupancy() const;