Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dstorage.c384 ht->buckets = pool_alloc(ht->pool, ht->num_buckets * sizeof(struct hash_table_bucket)); in hash_table_add()
386 memset(ht->buckets, 0, ht->num_buckets * sizeof(struct hash_table_bucket)); in hash_table_add()
H A Ddbghelp_private.h96 struct hash_table_bucket struct
106 struct hash_table_bucket* buckets; argument