TeamForbiddenLLC / warfork-qfusion

Warfork is powered by Qfusion a 3D game engine. Qfusion is a fork of id Tech 2, popularly known as the Quake II engine. Qfusion is free and open-source software subject to the terms of the GNU General Public License.
https://warfork.com
105 stars 43 forks source link

feat: improvments to mem.c #296

Closed pollend closed 6 months ago

pollend commented 6 months ago

I wanted to play around with fluid studios memory manager.

there are a couple benefits:

This is just enough to get this to work I want to drop the temporary flag from the pool and just have a general malloc/realloc that doesn't depend on a pool.