Game Engine Design and Implementation: Episode 10 - Linking Multiple Memory Pools
Channel:
Subscribers:
11,300
Published on ● Video Link: https://www.youtube.com/watch?v=3jOiVUCAcaE
We enhance our memory pool class by setting up linked lists, allowing us to have multiple named memory pools, which we can add to and delete at will.
Other Videos By Longplay Central
Tags:
Game
Engine
Programming
C++
Object Oriented Design
Coding