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

Free list #26

Closed iWas-Coder closed 8 months ago

iWas-Coder commented 8 months ago

Describe the feature

Implement the free list for dynamic memory allocations (https://en.wikipedia.org/wiki/Free_list).

Why should it be implemented? (optional)

It is a core component of the engine.

Do you think there is any alternative? (optional)

Yes, and they will also be implemented in future iterations.

Additional context (optional)

N/A

Extra questions (optional)