abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
stmm_table Struct Reference

#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
 

Detailed Description

Definition at line 53 of file stmm.h.

Field Documentation

stmm_table_entry** stmm_table::bins

Definition at line 62 of file stmm.h.

stmm_compare_func_type stmm_table::compare

Definition at line 55 of file stmm.h.

double stmm_table::grow_factor

Definition at line 61 of file stmm.h.

stmm_hash_func_type stmm_table::hash

Definition at line 56 of file stmm.h.

int stmm_table::max_density

Definition at line 59 of file stmm.h.

int stmm_table::num_bins

Definition at line 57 of file stmm.h.

int stmm_table::num_entries

Definition at line 58 of file stmm.h.

void* stmm_table::pMemMan

Definition at line 65 of file stmm.h.

int stmm_table::reorder_flag

Definition at line 60 of file stmm.h.


The documentation for this struct was generated from the following file: