abc-master
|
#include <stmm.h>
Data Fields | |
stmm_compare_func_type | compare |
stmm_hash_func_type | hash |
int | num_bins |
int | num_entries |
int | max_density |
int | reorder_flag |
double | grow_factor |
stmm_table_entry ** | bins |
void * | pMemMan |
stmm_table_entry** stmm_table::bins |
stmm_compare_func_type stmm_table::compare |
stmm_hash_func_type stmm_table::hash |