]> git.tdb.fi Git - libs/game.git/commit
Use different allocation functions for pools
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Jan 2025 20:47:12 +0000 (22:47 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 27 Jan 2025 11:28:31 +0000 (13:28 +0200)
commit3825bc524935800194c226a65bef41979eeae323
treecab6fefa6e9306903df8057fde5048ac36b42ced
parentcbbb98d1777c05d021495950d30ba1ad511b57e4
Use different allocation functions for pools

It appears using alignas with new is a gcc extension.
source/game/pool.cpp