Function panda_sys::qht_resize[][src]

pub unsafe extern "C" fn qht_resize(
    ht: *mut qht,
    n_elems: size_t
) -> bool
Expand description

qht_resize - resize a QHT @ht: QHT to be resized @n_elems: number of entries the resized hash table should be optimized for

Returns true on success. Returns false if the resize was not necessary and therefore not performed. See also: qht_reset_size().