src/lib.rs (5 lines): - line 31: // TODO: Replace RunnerArgs with a Builder struct implementing fluent interface - line 152: // TODO: When it is MemLockMode::Resizable and working set resize failed, consider shrinking - line 420: // TODO: Consider separating this functionality to a `ProgressTracer` - line 494: // TODO: Consider verifying that the process memory is properly sized by using - line 797: // TODO: Currently NUM_CHECKS is an arbitrary number src/memtest.rs (3 lines): - line 8: // TODO: Intend to convert this module to a standalone `no_std` crate - line 957: // TODO: Consider using a reversible RNG to match other moving inversion tests - line 1130: // TODO: In Memtest86+, block move is achieved with the `movs` assembly instruction