Skip to content
Advertisement

Tag: memory-leaks

System.Drawing High memory usage on Linux

Is there any way to diagnose Unmanaged memory leak ? I am using .NET 5.0 Console App with NETCode (barcode) library. The program it self is simple it calls barcode library & creates a base64string from Image 5000 times, I am using ‘using blocks’ therefore disposing is also being handled. On windows this program consumes 15-25 MB (doesn’t go above

How do I find a system memory leak in linux?

I’ve got a monolithic piece of software, a game on a basic linux kernel, that seems to leak memory in swap space. The memory usage of the process itself is reported as constant over a day or so but the free memory on the system is consistently decreasing until there is no more physical ram space. There is no other

valgrind Address 0x421688c is 0 bytes after a block of size 4 alloc’d for linked list having integer data

Although there were multiple threads related to valgrind Address 0x421688c is 0 bytes after a block of size 4 alloc’d kind of questions, but all were expressed with either strlen, or ” related issues and I understand them. I am having with linked list insertion dealing with integers. I did insertion, deletion steps and get summary(showing last few lines of

Advertisement