![]() |
NVMLib
very early alpha
A library to optimally use a Hybrid RAM setup.
|
#include "metadata.h"
Go to the source code of this file.
Functions | |
| void | initialize_metadata () |
| void | update_num_pools (int num_pools) |
| int | retrieve_num_pools () |
Variables | |
| char * | program_invocation_short_name |
| PMEMobjpool * | init_pop |
| void initialize_metadata | ( | ) |
Definition at line 6 of file metadata.c.
| int retrieve_num_pools | ( | ) |
Definition at line 51 of file metadata.c.
| void update_num_pools | ( | int | num_pools | ) |
Definition at line 34 of file metadata.c.
| PMEMobjpool* init_pop |
Definition at line 4 of file metadata.c.
| char* program_invocation_short_name |