(&self, line: &str)
| 2720 | std::env::var("IX_KERNEL_CHECK_MEM_STATS").as_deref(), |
| 2721 | Ok("0" | "false" | "off" | "no") |
| 2722 | ) |
| 2723 | } |
| 2724 | |
| 2725 | /// Emit a per-block cache-size diagnostic when the just-finished block |
| 2726 | /// pushed any single cache past `threshold` entries, or when this block |
| 2727 | /// set a new per-worker peak. Used only with `IX_KERNEL_CHECK_DIAG=1`. |
| 2728 | #[allow(clippy::too_many_arguments)] |
no outgoing calls
no test coverage detected