BentouDev / YAGE

Simple game engine, written in C++
MIT License
8 stars 2 forks source link

Growing master memory block #28

Open BentouDev opened 7 years ago

BentouDev commented 7 years ago

Allocate another chunk of memory from OS when master block gets full. That should only work in editor/development mode, games should know how many pages of memory they would need in advance for release.