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

/freebsd-10.1-release/usr.bin/m4/
H A Dlook.c54 static void *hash_alloc(size_t, void *);
62 NULL, hash_alloc, hash_free, element_alloc };
68 hash_alloc(size_t s, __unused void *u) function
/freebsd-10.1-release/sys/vm/
H A Duma_core.c247 static int hash_alloc(struct uma_hash *);
494 ret = hash_alloc(&newhash);
529 hash_alloc(struct uma_hash *hash) function
1535 hash_alloc(&keg->uk_hash);

Completed in 389 milliseconds