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

Go to the source code of this file.

Typedefs

typedef long long int ll_t
 

Functions

ll_t gethwm ()
 
int getpid_ ()
 
unsigned int sleep_ (unsigned int seconds)
 
ll_t getmaxhwm_ ()
 

Variables

static ll_t maxhwm = 0
 
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 gethwm.c.

Function Documentation

◆ gethwm()

ll_t gethwm ( )

Definition at line 23 of file gethwm.c.

Here is the call graph for this function:

◆ getmaxhwm_()

ll_t getmaxhwm_ ( )

Definition at line 120 of file gethwm.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getpid_()

int getpid_ ( )

Definition at line 108 of file gethwm.c.

◆ sleep_()

unsigned int sleep_ ( unsigned int  seconds)

Definition at line 113 of file gethwm.c.

Variable Documentation

◆ basesize

ll_t basesize = -1
static

Definition at line 70 of file gethwm.c.

◆ maxhwm

ll_t maxhwm = 0
static

Definition at line 8 of file gethwm.c.

◆ pagesize

size_t pagesize = 4096
static

Definition at line 71 of file gethwm.c.