> Hi,
>   Is there any system call in RTLinux which can show the memory status (memory used 
>by an application, and the amount of memory free) in kernel space ?
> 
>
not directly - but as we are allocating all memory resources
in linux kernel context it updates the internal memory
information so basically you can do 

cat /proc/meminfo
launch your rtlinux app
cat /proc/meminfo 

and that will give you a more or less corect picture
(do it in single user mode with everything turned off and it
actually should be very reliable).

hofrat
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to