mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-11-09 17:48:18 -05:00
18 lines
179 B
Java
18 lines
179 B
Java
public class baseAlgorithm{
|
|
|
|
int memoryBlock[];
|
|
|
|
void baseAlgorithm(){
|
|
|
|
}
|
|
|
|
void allocate(){
|
|
|
|
}
|
|
void deallocate(){
|
|
|
|
}
|
|
void createThread(){
|
|
|
|
}
|
|
} |