Relative Content

Tag Archive for c++ipcunreal

Shared memory data send from C# to c++ memory leak

I am sending point cloud data from C# through to c++ in Unreal Engine. The data is doubles, and varies in size per send. I have the below code running perfectly, but I am seeing a small, but definite memory leak. When I start the c++ side, my memory use rises, and keeps rising.