#include "globals.h"
#include "pool.h"
#include "metadata.h"
#include <libpmemobj.h>
#include <libpmem.h>
#include "hashmap.h"
#include "types.h"
#include "free_slot_list.h"
#include "log.h"
Go to the source code of this file.
◆ compare_free_slot()
◆ compare_kv()
◆ create_new_pool()
| void create_new_pool |
( |
size_t |
size | ) |
|
◆ get_current_poolid()
◆ get_hash_free_slot()
◆ get_hash_kv()
◆ get_pool_from_poolid()
◆ HASH_MAP()
◆ nvm_free()
Flag : 1 – to remove node 2 – to insert node
Definition at line 137 of file pool.c.