itcs3146-project/threadedAllocationGarbage.java

9 lines
233 B
Java

class threadedAllocationGarbage
{
/* This class implements the garbage collecting functionality for the
* threaded allocation algorithm.
* It had to be put in a separate class since it implements a threading
* interface */
}