5 #define PTR_ASSOC_TABLESIZE 251
ptr_assoc * ptr_assoc_table[PTR_ASSOC_TABLESIZE]
void free_ptr_assoc(ptr_assoc **hash_table, void *key)
void * find_assoc_value(ptr_assoc **hash_table, void *key)
static shared_string * hash_table[TABLESIZE]
void init_ptr_assoc_table(ptr_assoc **hash_table)
struct _ptr_assoc * previous
struct _ptr_assoc ** array
struct _ptr_assoc ptr_assoc
#define PTR_ASSOC_TABLESIZE
void add_ptr_assoc(ptr_assoc **hash_table, void *key, void *value)