proc_statm_lrs_pid()

Number of library pages

Syntax:

int proc_statm_lrs_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

Number of library pages.

Return Values:

On success, returns the number of library pages. On error, -1 is returned.

See Also:

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



INDEX