CNDP
22.08.0
|
#include <hmap.h>
Public Member Functions | |
TAILQ_ENTRY (hmap) next | |
Data Fields | |
char | name [HMAP_MAX_NAME_SIZE] |
uint32_t | capacity |
uint32_t | max_capacity |
uint32_t | curr_capacity |
pthread_mutex_t | mutex |
hmap_funcs_t | fns |
hmap_kvp_t * | map |
TAILQ_ENTRY | ( | hmap | ) |
List of next hmap entries
char name[HMAP_MAX_NAME_SIZE] |
hmap_kvp_t* map |