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.
76Updated last month

Alternatives and similar repositories for memorymanager:

Users that are interested in memorymanager are comparing it to the libraries listed below