mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-11-12 19:18:28 -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 */
|
|
|
|
}
|