Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_ohash.c27 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