ZeroCool940711 / Sandbox-Game-Engine

GNU General Public License v3.0
4 stars 1 forks source link

Replace nedmalloc (Memory Allocator). #38

Open ZeroCool940711 opened 5 years ago

ZeroCool940711 commented 5 years ago

The Nedmalloc library takes care of all the memory allocation and thread management of the engine, the official site updated this library for the last time on 2006 but the version our engine uses is one from 2008 so it was modified internally to fix some problems. I propose using a new alternative of this library as there are many and even the Standard library has better stuff to work with this than the current NedMalloc implementation. Here is an article I found with some information that could be helpful.