public class baseAlgorithm{ int memoryBlock[]; void baseAlgorithm(){ } void allocate(){ } void deallocate(){ } void createThread(){ } }