Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_ohash.c28 static void *hash_calloc(size_t, size_t, void *);
38 info.calloc = hash_calloc; in mandoc_ohash_init()
54 hash_calloc(size_t n, size_t sz, void *arg) in hash_calloc() function