proc_rss_pid()

The number of pages currently in physical memory

Syntax:

unsigned proc_rss_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The number of pages of the process currently in physical memory.

Return Values:

On success, returns the number of pages currently in physical memory. On error, -1 is returned.

See Also:

proc_rss_rlim_pid(), proc_mem_pused_pid(), proc_vsize_pid()



INDEX