DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Namespaces | Constant Groups | Macros
processinfo.h File Reference
#include <sys/types.h>
#include "uniquepid.h"
#include "../jalib/jalloc.h"

Go to the source code of this file.

Classes

class  dmtcp::ProcessInfo
 

Namespaces

 dmtcp
 

Constant Groups

 dmtcp
 

Macros

#define MB   1024*1024
 
#define RESTORE_STACK_SIZE   5*MB
 
#define RESTORE_MEM_SIZE   5*MB
 
#define RESTORE_TOTAL_SIZE   (RESTORE_STACK_SIZE+RESTORE_MEM_SIZE)
 

Macro Definition Documentation

#define MB   1024*1024

Definition at line 29 of file processinfo.h.

#define RESTORE_MEM_SIZE   5*MB

Definition at line 31 of file processinfo.h.

#define RESTORE_STACK_SIZE   5*MB

Definition at line 30 of file processinfo.h.

#define RESTORE_TOTAL_SIZE   (RESTORE_STACK_SIZE+RESTORE_MEM_SIZE)

Definition at line 32 of file processinfo.h.