cp_hashlist

Section: libcprops - cp_hashlist (3)
Updated: OCTOBER 2005
Index Return to Main Contents
 

NAME

cp_hashlist_set_min_size - set the minimal internal table size on a cp_hashlist

 

SYNOPSIS

#include <cprops/hashlist.h>

void cp_hashlist_set_min_size(cp_hashlist *list, long min_size);  

DESCRIPTION

cp_hashlist_set_min_size sets the minimal size of internal lookup table to min_size. On creation, this value is set to the size hint given to the constructor function. This is to prevent tables from resizing upon entry removal shortly after creation if the table contains few items.  

SEE ALSO

cp_hashlist_create(3), cp_hashlist_set_min_fill_factor(3)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 18:37:20 GMT, December 27, 2005
SourceForge.net Logo