public class FreeList extends Object
| Constructor and Description |
|---|
FreeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToFree(long offset,
int len) |
long |
findFreeBlock(int len) |
static void |
main(String[] arg) |
public long findFreeBlock(int len)
public void addToFree(long offset,
int len)
public static void main(String[] arg)
Copyright © 2015. All rights reserved.