sash_get_buckets_used

NAME
SYNOPSIS
DESCRIPTION
AUTHOR
LICENSE
VERSION

NAME

sash_get_buckets_used, sash_get_buckets_allocated - return the number of buckets in a sash

SYNOPSIS

#include <hash.h>

int sash_get_buckets_used (sash);
int sash_get_buckets_allocated (sash);

DESCRIPTION

Return the number of sash buckets used and allocated. The number of buckets allocated is always a power of 2. See also sash_set_buckets_allocated to change the number used in the sash.

AUTHOR

Richard Jones <rich@annexia.org>

LICENSE

GNU LGPL (see http://www.gnu.org/)

VERSION

c2lib-1.2.13