Home
last modified time | relevance | path

Searched refs:ht_neighborhood_st (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/hashtable/
H A Dhashtable.c128 struct ht_neighborhood_st { struct
138 struct ht_neighborhood_st *neighborhoods; argument
163 static struct ht_neighborhood_st *alloc_new_neighborhood_list(size_t len, in alloc_new_neighborhood_list()
166 struct ht_neighborhood_st *ret; in alloc_new_neighborhood_list()
168 ret = OPENSSL_aligned_alloc(sizeof(struct ht_neighborhood_st) * len, in alloc_new_neighborhood_list()
173 ret = *freeptr = OPENSSL_malloc(sizeof(struct ht_neighborhood_st) * len); in alloc_new_neighborhood_list()
177 memset(ret, 0, sizeof(struct ht_neighborhood_st) * len); in alloc_new_neighborhood_list()

Completed in 5 milliseconds