BentouDev / YAGE

Simple game engine, written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Growing master memory block

BentouDev opened this issue · comments

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.