schulkinator / memorymanager

A simple, thread-safe memory manager for 64bit C++ applications and games. Focus is on preventing heap fragmentation in the absence of good virtual memory management, at the cost of wasting some memory. It works by globally overriding the new and delete operators.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

schulkinator/memorymanager Stargazers