Relative Content

Tag Archive for cvalgrind

How to apply lager memory for Valgrind

I use Valgrind to check memleak in my project — a trading system server. When the memory database size configured on the server is large(64g or more), valgrind will exit when I start detecting.

Write() in C and how it works?

I had to do a mini project where I had to use write() in C the code works fine but when I use valgrind to check it I get two errors
First:The first error I get in valgrind
and second:The second error I get