1FUNCTION::PROC_MEM_S(3stap) Memory Tapset FUNCTION::PROC_MEM_S(3stap)
23
4
NAME
6function::proc_mem_size - Total program virtual memory size in pages
7
SYNOPSIS
9proc_mem_size:long()
10
ARGUMENTS
12None
13
DESCRIPTION
15Returns the total virtual memory size in pages of the current process,
16or zero when there is no current process or the number of pages
17couldn't be retrieved.
1819
20
21
SystemTap Tapset Reference August 2011 FUNCTION::PROC_MEM_S(3stap)