CACAO
Functions
hashtable.cpp File Reference

Go to the source code of this file.

Functions

void hashtable_create (hashtable *hash, u4 size)
 
hashtablehashtable_resize (hashtable *hash, u4 size)
 
void hashtable_free (hashtable *hash)
 

Function Documentation

void hashtable_create ( hashtable hash,
u4  size 
)

Definition at line 38 of file hashtable.cpp.

void hashtable_free ( hashtable hash)

Definition at line 98 of file hashtable.cpp.

hashtable* hashtable_resize ( hashtable hash,
u4  size 
)

Definition at line 65 of file hashtable.cpp.