It took me many days and hours of efforts to narrow down on this. My application was consuming around 200 to 300 megabytes despite I was cleaning up everything. Finally I narrowed down that STL deque was the reason. Code snippet below demonstrates this. Platform: Windows 8 Compiler: Visual Studio 2012 Here am just pushing […]
The post STL deque keeps consumed excess memory after frequent push and pops appeared first on BlogoSfera.