![]() |
NVMLib
very early alpha
A library to optimally use a Hybrid RAM setup.
|


Go to the source code of this file.
Data Structures | |
| struct | metadata |
| struct | metadata_root |
Typedefs | |
| typedef struct metadata | metadata |
| typedef struct metadata_root | metadata_root |
Functions | |
| POBJ_LAYOUT_BEGIN (init) | |
| POBJ_LAYOUT_TOID (init, struct metadata) | |
| POBJ_LAYOUT_END (init) | |
| void | initialize_metadata () |
| void | update_num_pools (int numpools) |
| int | retrieve_num_pools () |
| typedef struct metadata_root metadata_root |
| void initialize_metadata | ( | ) |
Definition at line 6 of file metadata.c.
| POBJ_LAYOUT_BEGIN | ( | init | ) |
| POBJ_LAYOUT_END | ( | init | ) |
| POBJ_LAYOUT_TOID | ( | init | , |
| struct metadata | |||
| ) |
| int retrieve_num_pools | ( | ) |
Definition at line 51 of file metadata.c.
| void update_num_pools | ( | int | numpools | ) |
Definition at line 34 of file metadata.c.