allenchou.net
Memory Management part 1 of 3: The Allocator | Ming-Lun "Allen" Chou | 周明倫
This post is part of my Memory Management Series. Why Bother Building Your Own Memory Management System? Memory management is crucial for game development. It is even more important for console game development, since consoles have hard memory limits. Many game developers rely on garbage collectors that come with some programming languages. As convenient as