由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - a question about memory.
相关主题
面试问题C++ memory leakage请教个内存的问题
超牛的debugA C++ exception question
ask for help about AMD cluster有什么工具可以检查内存泄漏么
purify和valgrind的比较a g++ new exceptions question
Valgrind报uninitialized value was created by a heap allocat (转载)急问:大家一般都用什么profiling工具和memory leak的监测工
c里面有什么函数可以Segmentation fault
malloc返回的地址指向了正在被其它变量使用的内存面试时被问到的一个问题
C 语言,初学者问题(3)Windows下面有没有类似Valgrind的免费内存工具?
相关话题的讨论汇总
话题: memory话题: question话题: malloc话题: about话题: problem
进入Programming版参与讨论
1 (共1页)
h**o
发帖数: 548
1
Sometimes my program terminated unexpectedly. I checked core file and found
it always killed because of malloc or memory free. Does it mean my program
has some memory problem like memory leakage? How to trace this type of
problem? ?
t****t
发帖数: 6806
2

found
yes
valgrind

【在 h**o 的大作中提到】
: Sometimes my program terminated unexpectedly. I checked core file and found
: it always killed because of malloc or memory free. Does it mean my program
: has some memory problem like memory leakage? How to trace this type of
: problem? ?

H***a
发帖数: 735
3
make sure malloc and free are coupled.
1 (共1页)
进入Programming版参与讨论
相关主题
Windows下面有没有类似Valgrind的免费内存工具?Valgrind报uninitialized value was created by a heap allocat (转载)
关于valgrind 的一个问题c里面有什么函数可以
Why my new or delete operator would fail?malloc返回的地址指向了正在被其它变量使用的内存
[合集] C++程序运行内存消耗越来越大,怎么回事?C 语言,初学者问题(3)
面试问题C++ memory leakage请教个内存的问题
超牛的debugA C++ exception question
ask for help about AMD cluster有什么工具可以检查内存泄漏么
purify和valgrind的比较a g++ new exceptions question
相关话题的讨论汇总
话题: memory话题: question话题: malloc话题: about话题: problem