mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
The bump-pointer allocator never reused freed blocks, causing the 16 MB emulated heap to exhaust in long sessions even when blocks were freed. - First-fit reuse from a free-list before advancing the bump pointer - Coalesce adjacent free blocks to limit fragmentation - Roll back the bump pointer when the top free block reaches it - Reset allocator state on initialize() so re-runs start clean |
||
|---|---|---|
| .. | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| network | ||
| pipeline | ||
| platform | ||
| rendering | ||
| third_party | ||
| ui | ||