#include <list>
#include <set>
#include <utility>
#include <deque>
#include <pthread.h>
#include "Space.h"
#include "Cache.h"
Go to the source code of this file.
Classes | |
class | GarbageCollector |
A background cache cleaner. More... | |
Functions | |
void * | GCThread (void *arg) |
A main method of GC thread. |
Definition in file GarbageCollector.h.
void* GCThread | ( | void * | arg | ) |
A main method of GC thread.
Method invoked by thread. It runs the garbage collection algorithm.
Definition at line 279 of file GarbageCollector.cpp.