proc_vsize_pid()

The size of the memory accessible to the process

Syntax:

unsigned proc_vsize_pid(int pid);

Arguments:

Name Description
pid PID of process

Description:

The size in bytes of the memory accessible to the process.

Return Values:

On success, returns the size of the memory accessible to the process. On error, -1 is returned.

See Also:

proc_rss_rlim_pid(), proc_rss_pid(), proc_mem_pused_pid() proc_start_time_pid()



INDEX