Some improvments to Game test

This commit is contained in:
valtermiari 2023-03-16 17:06:44 +01:00
parent 6840297c08
commit ce714db3f1
4 changed files with 66 additions and 37 deletions

View file

@ -78,7 +78,7 @@ namespace GC
void mark(uintptr_t *start, const uintptr_t *end, std::vector<Chunk *> &worklist);
void print_line(Chunk *chunk);
void print_worklist(std::vector<Chunk *> &list);
void mark_step(uintptr_t memory_location, std::vector<Chunk *> &worklist);
void mark_step(uintptr_t start, uintptr_t end, std::vector<Chunk *> &worklist);
public:
/**