Searched refs:nl_hash_table_alloc (Results 1 – 3 of 3) sorted by relevance
35 extern nl_hash_table_t * nl_hash_table_alloc(int size);
29 nl_hash_table_t *nl_hash_table_alloc(int size) in nl_hash_table_alloc() function
209 cache->hashtable = nl_hash_table_alloc(hashtable_size); in nl_cache_alloc()