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