You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allocate should only allocate memory for an object. Create separate method for object construction and one more method to automatically allocate and construct objects.
Change inheritance scheme (We should only have MemoryManager/MemoryAllocator + GC as a member)
Inside GC, increase newly created arena size
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: