Searched refs:ht_neighborhood_st (Results 1 – 1 of 1) sorted by relevance
128 struct ht_neighborhood_st { struct138 struct ht_neighborhood_st *neighborhoods; argument163 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 8 milliseconds