proc_rss_rlim_pid()

The current rlim value

Syntax:

unsigned proc_rss_rlim_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The maximum number (rlim) of memory pages for the process which may be simultaneously present in memory.

Return Values:

On success, returns the current rlim value. On error, -1 is returned.

See Also:

proc_rss_pid(), proc_mem_pused_pid(), proc_vsize_pid()



INDEX