Added direct indexing
This commit is contained in:
parent
501f319834
commit
858c4102be
2 changed files with 82 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ namespace GC
|
|||
void print_worklist(std::vector<Chunk *> &list);
|
||||
void mark_step(uintptr_t start, uintptr_t end, std::vector<Chunk *> &worklist);
|
||||
|
||||
// Temporary
|
||||
Chunk *try_recycle_chunks_new(size_t size);
|
||||
void free_overlap_new(Heap &heap);
|
||||
|
||||
public:
|
||||
/**
|
||||
* These are the only five functions which are exposed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue