| 203 | //========================================================================== |
| 204 | |
| 205 | void SetThreshold() |
| 206 | { |
| 207 | Threshold = (std::min(Estimate, AllocBytes) / 100) * Pause; |
| 208 | } |
| 209 | |
| 210 | //========================================================================== |
| 211 | // |