![]() |
ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
Checkpointing capabilities. More...
#include <mm/buddy/buddy.h>

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_checkpoint * | checkpoint_full_take (const struct buddy_state *self, struct buddy_checkpoint *data) |
| const struct buddy_checkpoint * | checkpoint_full_restore (struct buddy_state *self, const struct buddy_checkpoint *data) |
| struct buddy_checkpoint * | checkpoint_incremental_take (const struct buddy_state *self, struct buddy_checkpoint *data) |
| const struct buddy_checkpoint * | checkpoint_incremental_restore (struct buddy_state *self, const struct buddy_checkpoint *ckp) |
Checkpointing capabilities.