For internal use only.
This file contains the implementation of the ht_resize() function, used to hint to the library that the hash table may perform better with a specific starting size.
Definition in file ht_resize.c.
#include <stdlib.h>
#include <errno.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_resize.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_resize (hash_table_t *table, unsigned long new_size) |
Resize a hash table. |