UI
Verified User in Information Technology and Services
Mid-Market (51-1000 emp.)
"Excellent tool to detect and resolve memory errors on dynamic analysis."
What do you like best about Valgrind?
Help to detect the usage of uninitialized memory region in stack.
Help to find out the usage of already freed memory.
Help to detect the write operations to out side the allocated blocks.
Help to identify the memory overwrite on memcpy operations. Review collected by and hosted on G2.com.
What do you dislike about Valgrind?
Have seen limitation to identify memory overwrite in static/stack data liake static arrays. Identify the issues from logs need a expect programmer (Medium level or above). As the tool use dynamic analysis, each and every case need to simulate to make the application error free. Review collected by and hosted on G2.com.