Recent content by JulsSmile
-
J
Prevent memory leakage from coding
Thanks for the advice. But even in Java garbage collector does not solve the problem with memory leaks completely.- JulsSmile
- Post #20
- Forum: Programming and Computer Science
-
J
Prevent memory leakage from coding
I am very grateful! Many thanks to ScottSalley! Your explanation I printed and hung at the computer!- JulsSmile
- Post #18
- Forum: Programming and Computer Science
-
J
Prevent memory leakage from coding
Thanks for answers. I have already finished my researches. But I have a new question - how to avoid memory leaks in my code? I read about memory management and there are a few tips. I'm interested in what you are doing to avoid leaks?- JulsSmile
- Post #12
- Forum: Programming and Computer Science
-
J
Prevent memory leakage from coding
How about vld. Is there someone who use it?- JulsSmile
- Post #9
- Forum: Programming and Computer Science
-
J
Prevent memory leakage from coding
Oh! I know valgrind - the best tool for Linux! I want to know debuggers for windows ))- JulsSmile
- Post #7
- Forum: Programming and Computer Science
-
J
Prevent memory leakage from coding
Thanks for the answers! I'm curious to know what you prefer debuggers for Linux and for Windows? Perhaps you prefer another methods?- JulsSmile
- Post #3
- Forum: Programming and Computer Science
-
J
Fix Memory Leak in C Program w/ Matrix Multiplication
I can recommend valgrind)) windetector is not bad- JulsSmile
- Post #16
- Forum: Programming and Computer Science
-
J
Prevent memory leakage from coding
I am studying a problem releated to memory leakage. Now, there are many tools to check memory leak at run-time (dynamic analysis), and some tools can check memory leakage at compile-time (static analysis). But I have some questions: How do you think to prevent memory leakage from coding phase...- JulsSmile
- Thread
- Coding Leakage Memory
- Replies: 26
- Forum: Programming and Computer Science
-
J
Fix Memory Leak in C Program w/ Matrix Multiplication
+5 :approve:- JulsSmile
- Post #13
- Forum: Programming and Computer Science
-
J
Fix Memory Leak in C Program w/ Matrix Multiplication
To find where the leak is necessary to use a debugger. For windows deleaker is good .- JulsSmile
- Post #11
- Forum: Programming and Computer Science