Searched refs:nodeSize (Results 1 – 3 of 3) sorted by relevance
83 int nodeSize; member98 return malloc(hash->nodeSize); in util_data_allocate_node()252 hash->data.d->nodeSize = sizeof(struct util_node); in util_hash_create()
80 int nodeSize; member88 return MALLOC(hash->nodeSize); in cso_data_allocate_node()242 hash->data.d->nodeSize = sizeof(struct cso_node); in cso_hash_create()
84 int nodeSize; member99 return MALLOC(hash->nodeSize); in cso_data_allocate_node()253 hash->data.d->nodeSize = sizeof(struct cso_node); in cso_hash_create()