Home Products Contracting Purchase About Contact
Home Products Contracting Purchase About Blog Contact
VMem VMem

C++ Memory Manager

Platforms: Windows x86, x64, Unix, Linux, OSX, iOS

VMem - Fast and efficient
C++ malloc replacement

VMem Technical Document

Explains how VMem works internally and describes how to use all of the main features.
VMem.pdf



Integrating VMem into Unreal Engine 4.18

Steps for integrating VMem into Unreal Engine 4.18 Read More...



Tracking down a memory corruption using VMem and MemPro

There are various sorts of memory corruption, but the most common is something writing to memory after it has been freed, and this is the case that we will be dealing with here. Read More...