Searched refs:hash_alloc (Results 1 – 2 of 2) sorted by relevance
27 static void *hash_alloc(size_t, void *);37 info.alloc = hash_alloc; in mandoc_ohash_init()47 hash_alloc(size_t sz, void *arg) in hash_alloc() function
54 static void *hash_alloc(size_t, void *);62 NULL, hash_alloc, hash_free, element_alloc };68 hash_alloc(size_t s, __unused void *u) in hash_alloc() function