[−][src]Type Definition memory_manager::allocate::ChunkIteratorMut
type ChunkIteratorMut<'a> = Map<MegaBlockIteratorMut<'a>, fn(_: &mut MegaBlock) -> &mut MemoryChunk>;
Mutable iterator for chunks in a mega-block list.
type ChunkIteratorMut<'a> = Map<MegaBlockIteratorMut<'a>, fn(_: &mut MegaBlock) -> &mut MemoryChunk>;
Mutable iterator for chunks in a mega-block list.