Searched refs:hash_alloc (Results 1 – 2 of 2) sorted by relevance
25 static void *hash_alloc(size_t, void *);35 info.alloc = hash_alloc; in mandoc_ohash_init()45 hash_alloc(size_t sz, void *arg) in hash_alloc() function
56 static void *hash_alloc(size_t, void *);64 NULL, hash_alloc, hash_free, element_alloc };70 hash_alloc(size_t s, void *u UNUSED) in hash_alloc() function