ck_ht_init (3) Linux Manual Page
NAME ck_ht_init – initialize a hash table LIBRARY Concurrency Kit (libck, -lck) SYNOPSIS In ck_ht.h Ft typedef void Fn ck_ht_hash_cb_t ck_ht_hash_t *h const void *key size_t key_length uint64_t seed Ft bool Fn ck_ht_init ck_ht_t *ht enum ck_ht_mode mode ck_ht_hash_cb_t *hash_function struct ck_malloc *allocator uint64_t capacity uint64_t seed DESCRIPTION The Fn ck_ht_init function initializes the hash…
