proc_statm_resident_pid()

Size of memory portions

Syntax:

int proc_statm_resident_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

Size of memory portions, in kilobytes.

Return Values:

On success, returns size of memory portions, in Kbytes. On error, -1 is returned.

See Also:

proc_statm_size_pid(), proc_statm_shared_pid(), proc_statm_trs_pid() proc_statm_drs_pid(), proc_statm_lrs_pid(), proc_statm_dt_pid()



INDEX