For internal use only.
This file contains the implementation of the ht_free() function, used to release memory still in use by an empty hash table.
Definition in file ht_free.c.
#include <stdlib.h>
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ht_free.c:
Go to the source code of this file.
Functions | |
unsigned long | ht_free (hash_table_t *table) |
Free memory used by an empty hash table. |