Package | Description |
---|---|
org.cakelab.blender.io.block.alloc |
Modifier and Type | Method and Description |
---|---|
Chunk |
ChunkList.find(long address) |
Chunk |
ChunkList.merge(Chunk prev,
Chunk next) |
Chunk |
ChunkIterator.next() |
Chunk |
ChunkList.split(Chunk chunk,
long address,
long size) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Chunk> |
ChunkList.iterator() |
Modifier and Type | Method and Description |
---|---|
Chunk |
ChunkList.merge(Chunk prev,
Chunk next) |
void |
ChunkList.remove(Chunk current) |
Chunk |
ChunkList.split(Chunk chunk,
long address,
long size) |
Constructor and Description |
---|
ChunkList(Chunk head) |