Function panda_sys::qht_init[][src]

pub unsafe extern "C" fn qht_init(
    ht: *mut qht,
    n_elems: size_t,
    mode: c_uint
)
Expand description

qht_init - Initialize a QHT @ht: QHT to be initialized @n_elems: number of entries the hash table should be optimized for. @mode: bitmask with OR’ed QHT_MODE_*