ROOT-Sim core  3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
Classes | Functions
ckpt.h File Reference

Checkpointing capabilities. More...

#include <mm/buddy/buddy.h>
Include dependency graph for ckpt.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  buddy_checkpoint
 A restorable checkpoint of the memory context of a single buddy system. More...
 

Functions

struct buddy_checkpointcheckpoint_full_take (const struct buddy_state *self, struct buddy_checkpoint *data)
 
const struct buddy_checkpointcheckpoint_full_restore (struct buddy_state *self, const struct buddy_checkpoint *data)
 
struct buddy_checkpointcheckpoint_incremental_take (const struct buddy_state *self, struct buddy_checkpoint *data)
 
const struct buddy_checkpointcheckpoint_incremental_restore (struct buddy_state *self, const struct buddy_checkpoint *ckp)
 

Detailed Description

Checkpointing capabilities.