由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - Memory check problem?
相关主题
interview questionhow to use function calloc of c in fortran?
[转载] shared library一问[转载] two programming questions
Is it possible?请问,malloc函数怎样实现?
[转载] 为什么会在调用malloc时Segmentation fault?dtrace问题
[转载] Re: 为什么会在调用malloc时Segmentation fault?Questions about Makefile
alloc memory in UNIXUNIX下编程求助
async-signal safe 问题Re: redirect in fork() then exec()
[转载] help about C: reallocI am crazy about this!!
相关话题的讨论汇总
话题: memory话题: check话题: problem话题: exits话题: core
进入Unix版参与讨论
1 (共1页)
j***y
发帖数: 2074
1
在用malloc分配内存之前,有没有什么办法能够查看系统中还有多少剩余的内存可用?
因为想check一下有没有内存泄露。
还有,什么情况下一个process死掉后不会产生core?
谢谢。
q***e
发帖数: 21
2
vmstat, ps, and svmon, check unix manual for how to use them
if a process exits normally, no core will be created. If it exits because of
memory dump, a core file will be created

【在 j***y 的大作中提到】
: 在用malloc分配内存之前,有没有什么办法能够查看系统中还有多少剩余的内存可用?
: 因为想check一下有没有内存泄露。
: 还有,什么情况下一个process死掉后不会产生core?
: 谢谢。

1 (共1页)
进入Unix版参与讨论
相关主题
I am crazy about this!![转载] Re: 为什么会在调用malloc时Segmentation fault?
About exit/logoutalloc memory in UNIX
How to creat .tar.gz?async-signal safe 问题
甚至文件权限C之一问[转载] help about C: realloc
interview questionhow to use function calloc of c in fortran?
[转载] shared library一问[转载] two programming questions
Is it possible?请问,malloc函数怎样实现?
[转载] 为什么会在调用malloc时Segmentation fault?dtrace问题
相关话题的讨论汇总
话题: memory话题: check话题: problem话题: exits话题: core