iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeestâ„¢.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 0 forks source link

Dynamic allocator #27

Open iWas-Coder opened 8 months ago

iWas-Coder commented 8 months ago

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)

iWas-Coder commented 7 months ago

[!IMPORTANT] Iteration 4 => Iteration 5 :: Not finished yet.

iWas-Coder commented 7 months ago

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