ck_rhs_gc (3) - Linux Manuals
ck_rhs_gc: perform maintenance on a hash set
NAME
ck_rhs_gc - perform maintenance on a hash setLIBRARY
Concurrency Kit (libck, -lck)SYNOPSIS
In ck_rhs.h Ft bool Fn ck_rhs_gc ck_rhs_t *hsDESCRIPTION
The Fn ck_rhs_gc 3 function will perform various maintenance routines on the hash set pointed to by Fa hs , including recalculating the maximum number of probes.RETURN VALUES
Upon successful completion, Fn ck_rhs_gc 3 returns true and otherwise returns false on failure due to memory allocation failure.ERRORS
This function will only return false if there are internal memory allocation failures.SEE ALSO
ck_rhs_init3, ck_rhs_move3, ck_rhs_destroy3, CK_RHS_HASH3, ck_rhs_iterator_init3, ck_rhs_next3, ck_rhs_get3, ck_rhs_put3, ck_rhs_put_unique3, ck_rhs_grow3, ck_rhs_rebuild3, ck_rhs_set3, ck_rhs_fas3, ck_rhs_remove3, ck_rhs_count3, ck_rhs_reset3, ck_rhs_reset_size3, ck_rhs_stat3Additional information available at http://concurrencykit.org/