Switched stack start and ends to tops and bottoms.
This commit is contained in:
parent
a684fe1ea0
commit
019c54bdad
3 changed files with 24 additions and 26 deletions
|
|
@ -63,7 +63,7 @@ namespace GC {
|
|||
const char *m_heap;
|
||||
size_t m_size;
|
||||
size_t m_allocated_size;
|
||||
uintptr_t *m_stack_end = nullptr;
|
||||
uintptr_t *m_stack_top = nullptr;
|
||||
|
||||
// maybe change to std::list
|
||||
std::list<Chunk *> m_allocated_chunks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue