Game Engine Design and Implementation: Episode 7 - Creating and Deleting Aligned Memory Pools
Channel:
Subscribers:
11,300
Published on ● Video Link: https://www.youtube.com/watch?v=eI_9NzB7Nvg
In which we begin to put together the code we need to allocate new memory pools. We handle aligning the memory, storing the address, and finally begin the process of destroying the pool.
Other Videos By Longplay Central
Tags:
Game
Engine
Programming
C++
Object Oriented Design
Coding