Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
memory usage system call
Name: Ananth Date: February 22, 2002 at 09:21:59 Pacific
Comment:
Hi I am new to linux programming. Can anyone tell me if there are system calls that i can call from my C code to do the following :
1. Get information of how much memory my code has used so far. (basically my process)
2. How much more i can use b4 i run out of memory?
i was searching the forum and couldnt find a direct hit. thanks Ananth
Summary: Dear All, I need to trace all the system calls made and signals recieved by the process "sendmail". i use the strace command to do this, but in case of sendmail, the strace command fails. It shows som...
Summary: Hi all, I need your help ! I am a newbie of Linux, I use Linux Redhat 9.0, kernel 2.4.20-8. I want to add a new systam call in kernel but i got an error This is what i have done: I add a new entry in ...