mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-11-14 03:58:19 -05:00
9 lines
233 B
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 */
|
||
|
|
||
|
}
|