cyanskies / hades

A 2d game framework
1 stars 0 forks source link

gameloop allocator #114

Open cyanskies opened 5 years ago

cyanskies commented 5 years ago

simple allocator that doesn't do deletes, just move the next ptr to the start of the block at the end of the game loop and then overwrite the memory as it is requested.