Game Engine Design and Implementation: Episode 10 - Linking Multiple Memory Pools

Subscribers:
11,300
Published on ● Video Link: https://www.youtube.com/watch?v=3jOiVUCAcaE



Duration: 1:17:34
440 views
10


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.







Tags:
Game
Engine
Programming
C++
Object Oriented Design
Coding