SURFEX v8.1
General documentation of Surfex
Typedefs | Functions | Variables
getrss.c File Reference

Go to the source code of this file.

Typedefs

typedef long long int ll_t
 

Functions

int getprocs64 (struct procentry64 *ProcessBuffer, int ProcessSize, struct fdsinfo64 *FileBuffer, int FileSize, pid_t *IndexPointer, int Count)
 
ll_t getrss ()
 

Variables

static ll_t basesize = -1
 
static size_t pagesize = 4096
 

Typedef Documentation

◆ ll_t

typedef long long int ll_t

Definition at line 6 of file getrss.c.

Function Documentation

◆ getprocs64()

int getprocs64 ( struct procentry64 *  ProcessBuffer,
int  ProcessSize,
struct fdsinfo64 *  FileBuffer,
int  FileSize,
pid_t *  IndexPointer,
int  Count 
)
Here is the caller graph for this function:

◆ getrss()

ll_t getrss ( )

Definition at line 31 of file getrss.c.

Here is the call graph for this function:

Variable Documentation

◆ basesize

ll_t basesize = -1
static

Definition at line 58 of file getrss.c.

◆ pagesize

size_t pagesize = 4096
static

Definition at line 59 of file getrss.c.