proc_statm_drs_pid()

Number of pages of data/stack

Syntax:

int proc_statm_drs_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

Number of pages of data/stack.

Return Values:

On success, returns the number of pages of data/stack. 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_lrs_pid(), proc_statm_dt_pid()



INDEX