iWas-Coder/wge

Dynamic allocator

Opened this issue · 2 comments

Describe the feature

Implement a dynamic allocator, to have a different alternative to the linear allocator previously implemented.

Why should it be implemented? (optional)

It is a core component of the engine.

Do you think there is any alternative? (optional)

Yes, there is also the pool allocator, and will be implemented in a future iteration.

Additional context (optional)

N/A

Extra questions (optional)

  • I have used the search function to check if an issue already exists
  • I'd like to work on this issue

Important

Iteration 4 => Iteration 5 :: Not finished yet.

Waiting for my main PC to be available again. In the meantime, I'll be focused on other issues.