I was just wondering how you could create a system memory leak using C++. I have done some googling on this but not much came up, I am aware that it is not really feasible t
Just write an application which allocates "a lot of data" and then blocks until it is killed. Just run this program and leave it running.