switch to limiting the number of init/uninit chunks
This commit is contained in:
parent
b7e5597491
commit
d5769e9843
5 changed files with 16 additions and 26 deletions
|
@ -957,6 +957,7 @@ impl InitMask {
|
|||
}
|
||||
|
||||
/// Yields [`InitChunk`]s. See [`InitMask::range_as_init_chunks`].
|
||||
#[derive(Clone)]
|
||||
pub struct InitChunkIter<'a> {
|
||||
init_mask: &'a InitMask,
|
||||
/// Whether the next chunk we will return is initialized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue